Skip to content

backtrace doesn't show symbol names on Windows #17372

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
klutzy opened this issue Sep 18, 2014 · 0 comments
Closed

backtrace doesn't show symbol names on Windows #17372

klutzy opened this issue Sep 18, 2014 · 0 comments

Comments

@klutzy
Copy link
Contributor

klutzy commented Sep 18, 2014

fn main() { fail!("abc"); }
task '<main>' failed at 'abc', a.rs:3
stack backtrace:
   1:   0x4987bd
   2:   0x4b1f2c
   3:   0x401779
   4:   0x401677
   5:   0x42b910
   6:   0x4b1855
   7:   0x4af9e6
   8:   0x42b7df
   9:   0x42b691
  10:   0x4016c0
  11:   0x4013e2
  12: 0x7547919f
  13: 0x77a6a22b

Both win32 and win64.
(Afaik this is long-standing issue but just not received a ticket before?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant