Closed
Description
Currently rustc beta in our CI is giving us backtraces like this with simple cargo test
s (with Cargo.toml set for opt-level = 1
):
0: <unknown>
1: <unknown>
2: <unknown>
3: <unknown>
4: <unknown>
5: <unknown>
6: <unknown>
7: <unknown>
8: <unknown>
9: <unknown>
10: <unknown>
11: <unknown>
12: <unknown>
13: <unknown>
14: BaseThreadInitThunk
15: RtlUserThreadStart
Metadata
Metadata
Assignees
Labels
Area: Debugging information in compiled programs (DWARF, PDB, etc.)Toolchain: MSVC, Operating system: WindowsCritical priorityRelevant to the compiler team, which will review and decide on the PR/issue.Working group: Bad Rust debugging experiencesPerformance or correctness regression from one stable version to another.