Access violation or memory allocation failure when building #61397
Labels
I-compilemem
Issue: Problems and improvements with respect to memory usage during compilation.
I-crash
Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.
O-windows
Operating system: Windows
rustc crashes when trying to build project on my old 2Gb 32-bit Windows laptop (but previously it succesfully built).
If
cargo build
orcargo build --lib
is executed without --verbose then first Windows message box appears:(Full report is here:
rustc_crash_report.txt
Sorry for russian localization of OS)
and then cargo outputs:
If executed with --verbose then output is as follows:
rustc_crash_verbose.txt
rust v.1.34.0, toolchain is stable-i686-pc-windows-gnu, Windows 7 32-bit 2Gb RAM.
I read this: #53149 and this: #33434 and it is not clear what I have to do to solve the problem.
The text was updated successfully, but these errors were encountered: