Skip to content

Incorrect/missing symbol names on msvc backtraces #28133

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Diggsey opened this issue Aug 31, 2015 · 0 comments
Closed

Incorrect/missing symbol names on msvc backtraces #28133

Diggsey opened this issue Aug 31, 2015 · 0 comments
Labels
O-windows Operating system: Windows

Comments

@Diggsey
Copy link
Contributor

Diggsey commented Aug 31, 2015

Symbol names are not properly supported yet on msvc, so backtraces are generally unhelpful.

As a result, run-pass/backtrace.rs is currently disabled. This issue can be closed when it's been reenabled.

@steveklabnik steveklabnik added the O-windows Operating system: Windows label Sep 3, 2015
@alexcrichton alexcrichton changed the title Incorrect/missing symbol names on msvc Incorrect/missing symbol names on msvc backtraces Sep 20, 2015
alexcrichton added a commit to alexcrichton/rust that referenced this issue Jan 31, 2016
This mirrors the behavior of `clang-cl.exe` by adding a `CodeView` global
variable when emitting debug information. This should in turn help stack traces
that are generated when code is compiled with debuginfo enabled.

Closes rust-lang#28133
bors added a commit that referenced this issue Feb 3, 2016
This mirrors the behavior of `clang-cl.exe` by adding a `CodeView` global
variable when emitting debug information. This should in turn help stack traces
that are generated when code is compiled with debuginfo enabled.

Closes #28133
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
O-windows Operating system: Windows
Projects
None yet
Development

No branches or pull requests

2 participants