Skip to content
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

std::rt::backtrace: Fix backtrace on Win64 #17370

Merged
merged 1 commit into from
Sep 20, 2014

Conversation

klutzy
Copy link
Contributor

@klutzy klutzy commented Sep 18, 2014

struct CONTEXT and its substructs require 16-byte alignment.

`struct CONTEXT` and its substructs require 16-byte alignment.
@klutzy
Copy link
Contributor Author

klutzy commented Sep 18, 2014

(I've heard on irc the [simd::u64x2, ..0] hack makes 16-byte alignment. Is there a better way?)

@alexcrichton
Copy link
Member

Does this help print symbols for windows backtraces?

@klutzy
Copy link
Contributor Author

klutzy commented Sep 18, 2014

No, this just fixes segmentation fault issue.

@klutzy
Copy link
Contributor Author

klutzy commented Sep 18, 2014

(filed symbol name issue at #17372)

alexcrichton added a commit to alexcrichton/rust that referenced this pull request Sep 19, 2014
@bors bors merged commit 0d70d57 into rust-lang:master Sep 20, 2014
@klutzy klutzy deleted the win64-backtrace branch September 20, 2014 04:52
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 this pull request may close these issues.

3 participants