Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upAMD CodeXL always detects a segfault when running Rust code on Windows #26590
Comments
tomaka
changed the title
AMD CodeXL always detects an exception when running Rust code on Windows
AMD CodeXL always detects a segfault when running Rust code on Windows
Jun 26, 2015
steveklabnik
added
the
O-windows
label
Jun 26, 2015
This comment has been minimized.
This comment has been minimized.
|
Is there any way to see backtrace at the time of exception? |
This comment has been minimized.
This comment has been minimized.
|
I don't think so :-/ |
This comment has been minimized.
This comment has been minimized.
|
This doesn't happen with programs compiled with the MSVC nightly. |
This comment has been minimized.
This comment has been minimized.
|
Still a bug? |
brson
added
I-wrong
T-compiler
E-hard
labels
Jan 26, 2017
This comment has been minimized.
This comment has been minimized.
|
AMD CodeXL only runs if you have an AMD GPU, and unfortunately I have changed my hardware about a year ago. Therefore I can't check anymore. |
This comment has been minimized.
This comment has been minimized.
|
Then, let's give this a close. If anyone has this issue and can reproduce, please let me know, and we'll reopen. Thanks! |
steveklabnik
closed this
Jan 26, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
tomaka commentedJun 26, 2015
I had already reported this problem in #15644 but it was ignored. I'm reopening an issue for this.
When running any Rust program inside AMD CodeXL, a second-chance exception is immediatly detected (see screenshot). As I said in #15644 it used to work at some point in the past.
This happens even with an empty Rust program (with an empty
main).To be sure, I tried running CodeXL with a C program compiled with MinGW, and it works perfectly fine.