-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
ICE when compiling winapi-rs #29783
Comments
|
Hm I can't seem to reproduce this locally either, did you perhaps specify some custom options when installing? |
Nope. That Windows VM is pirated and hasn't recieved updates for two years though. The update process itself is broken, it always ends up reverting them. I wonder if it makes sense to even keep this issue open. |
If you can, using gdb to get a better backtrace may be useful to help pinpoint where this is coming from |
The VM recently trashed itself and can't be booted up anymore. I'm closing this for now. Sorry for the low-quality bugreport. |
This happens when running
cargo test
on rust-atomicwrites, but it also happens when runningcargo test
on a git clone ofwinapi-rs
. Same exact backtrace, on many modules likeadvapi-rs
orkernel32-sys
.I don't get this issue in appveyor. I'm running Rust 1.4 (the 32-bit version) on Windows 7 Ultimate (SP1) inside of VirtualBox.
The text was updated successfully, but these errors were encountered: