-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Internal compiler error on Ubuntu 12.04 #9433
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
Could you provide the output of these various commands?
This shouldn't be happening, so I'm curious why it is happening... |
git rev-parse HEAD RUST_LOG=rustc=1 make configure (Is this the 'configure' log you were expecting?) |
It looks like you're running out of memory. Are you building in a VM? Otherwise sadly this is a known issue that memory usage needs to get back under control. In the meantime allocating more memory to a VM or enabling swap on linux normally helps. Thanks for the report though! |
Fix hang in `vec_init_then_push` fixes rust-lang#9433 changelog: Fix infinite loop in `vec_init_then_push`
I am new to this. I ran the ./configure and further ran the 'make' command.
I tried many times I am getting thissame error. I don't know if i am seriously going on some where.
**cfg: build triple i686-unknown-linux-gnu
cfg: host triples i686-unknown-linux-gnu
cfg: target triples i686-unknown-linux-gnu
cfg: enabling more debugging (CFG_ENABLE_DEBUG)
cfg: host for i686-unknown-linux-gnu is i386
cfg: os for i686-unknown-linux-gnu is unknown-linux-gnu
cfg: using gcc
cfg: no pdflatex found, omitting doc/rust.pdf
cfg: no llnextgen found, omitting grammar-verification
compile_and_link: i686-unknown-linux-gnu/stage0/lib/rustc/i686-unknown-linux-gnu/lib/librustc.so
error: internal compiler error: unexpected failure
note: the compiler hit an unexpected failure path. this is a bug
note: try running with RUST_LOG=rustc=1 to get further details and report the results to github.com/mozilla/rust/issues
make: * [i686-unknown-linux-gnu/stage0/lib/rustc/i686-unknown-linux-gnu/lib/librustc.so] Error 101
The text was updated successfully, but these errors were encountered: