-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Able to compile but get "... has stopped working" error on launch in Windows 7 x64 #16324
Comments
Some segfaults I've seen in |
Thanks, I never knew that. This time I used
|
@ark-,The messages above indicate that there's some kind of scary system API hooking going on. Looks like you are using AppSense, which is some kind of user-space virtualization software? |
This bug is not actionable in its current state. The best hint we have about what is particularly different about your setup is that it may be some sort of user-space virtualized environment? Without more specific info on how to reproduce, we cannot hope to address this issue. Closing. |
Yes this is a work machine with a some virtualised applications. I've had no issues with any other toolchain, so there must be some particular incompatibility between the two. I'll have a dig deeper some time. |
My OS is Windows 7 x64, I have installed rust and mingw as described in this article
I'm have a simple hello world program.
Compile it
rustc hello.rs
Which gives me hello.exe. I go to run this and get:
My
gdb
output is as followsAny thoughts?
The text was updated successfully, but these errors were encountered: