-
-
Notifications
You must be signed in to change notification settings - Fork 16.3k
Backtracing pretty print regression? #64507
Copy link
Copy link
Closed
Labels
A-debuginfoArea: Debugging information in compiled programs (DWARF, PDB, etc.)Area: Debugging information in compiled programs (DWARF, PDB, etc.)C-bugCategory: This is a bug.Category: This is a bug.O-windows-msvcToolchain: MSVC, Operating system: WindowsToolchain: MSVC, Operating system: WindowsT-libs-api[DEPRECATED; DO NOT USE][DEPRECATED; DO NOT USE]
Description
Activity
Metadata
Metadata
Assignees
Labels
A-debuginfoArea: Debugging information in compiled programs (DWARF, PDB, etc.)Area: Debugging information in compiled programs (DWARF, PDB, etc.)C-bugCategory: This is a bug.Category: This is a bug.O-windows-msvcToolchain: MSVC, Operating system: WindowsToolchain: MSVC, Operating system: WindowsT-libs-api[DEPRECATED; DO NOT USE][DEPRECATED; DO NOT USE]
I was investigating some backtracing stuff, and I noticed that backtraces look like this:
Now, they used to look like the mingw target:
Note the lines from
std; they're not showing the full path. There are still details wrong (using both\and/for example) but I think this is a regression in pretty-printing? It's also not clear to me why the backtrace crate's full path is in there, butlibstdis the nicer format.