-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
Segmentation fault when running RUST_BACKTRACE=1 on stripped binary #44379
Comments
alexcrichton
added a commit
to alexcrichton/rust
that referenced
this issue
Sep 7, 2017
Apparently `dladdr` can succeed but still give you NULL pointers! Closes rust-lang#44379
Thanks for the report and definitely a bug! Should be fixed in #44379 |
For others tracking, should be fixed in #44384 😄 |
GuillaumeGomez
added a commit
to GuillaumeGomez/rust
that referenced
this issue
Sep 8, 2017
std: Fix a segfault on OSX with backtraces Apparently `dladdr` can succeed but still give you NULL pointers! Closes rust-lang#44379
frewsxcv
added a commit
to frewsxcv/rust
that referenced
this issue
Sep 9, 2017
std: Fix a segfault on OSX with backtraces Apparently `dladdr` can succeed but still give you NULL pointers! Closes rust-lang#44379
frewsxcv
added a commit
to frewsxcv/rust
that referenced
this issue
Sep 9, 2017
std: Fix a segfault on OSX with backtraces Apparently `dladdr` can succeed but still give you NULL pointers! Closes rust-lang#44379
GuillaumeGomez
added a commit
to GuillaumeGomez/rust
that referenced
this issue
Sep 10, 2017
std: Fix a segfault on OSX with backtraces Apparently `dladdr` can succeed but still give you NULL pointers! Closes rust-lang#44379
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Should this be happening? I'm not surprised
strip
ping would affect the backtrace, but a segmentation fault feels like a bug.Tested on:
The text was updated successfully, but these errors were encountered: