-
Notifications
You must be signed in to change notification settings - Fork 13.4k
fails to compile rustc_middle
for i686-pc-windows-gnullvm
#131786
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
Comments
rustc_middle
for i686-pc-windows-gnullvm`rustc_middle
for i686-pc-windows-gnullvm
how much ram does your PC have? rustc is typically pretty reasonable with memory usage, but you will get this sort of error if your device is underspecced. |
that's actually not my machine, but GitHub hosted. acording to specs it has 16 GB of RAM, that should be enough for compilation |
hmm, yeah, in my experience rustc can compile itself with 1-2GiB of ram.. i wonder if this could be an llvm memory leak? if you could try compiling that crate with cranelift, we could test this hypothesis... although that's probably easier said than done... |
oh, as a Rust package maintainer in MSYS2 I don't have much motivation to work with 32-bit. we started to dropping it, so such error is just a good reason to drop 32-bit compiler downstream (just use 64-bit compiler...) anyone welcome for help, maybe there is an enthusiast who wants to make it work... |
As I said in msys2/MINGW-packages#22205 (comment) I doubt amount of the memory is the problem here. I believe the problem here is mmap that LLD/LLVM does and 32bit address space is just insufficient. |
hm. @ognevny can you try |
it doesn't help :( |
weird! sorry about this. |
Uh oh!
There was an error while loading. Please reload this page.
While updating compiler to 1.82.0 version (host with stable 1.81.0 toolchain used) for i686-pc-windows-gnullvm target it failed to compile
rustc_middle
due to memory overflowI expected to see this happen: successful compilation
Instead, this happened:
Meta
rustc --version --verbose
:Backtrace
No backtrace provided for build
The text was updated successfully, but these errors were encountered: