-
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
"make check" failed for invalid-library #13828
Comments
Could you try running that last command and seeing what's going on?
It sounds like something is running away and consuming huge amount of memory, and I'm curious if LLVM 3.3 had a bug that was fixed later on. |
I get a segmentation fault:
|
Can you get a backtrace? (through gdb) |
|
I'm not entirely sure what's going on here. This succeeds with a local 3.3 installation for me, so perhaps this is a bug that was later fixed in LLVM? |
For future reference, this worked for me: I installed gcc-4.7:
And run:
Now |
Since your issue has been solved, and nobody else has seen it since, I'm giving it a close. If anyone finds this via google, please let me know and we can try to track it down! |
Remove non-needed clones I am not certain if this will improve performance, but it seems having a .clone() without any need should be removed. This was done with clippy, and manually reviewed: ``` cargo clippy --fix -- -A clippy::all -D clippy::redundant_clone ```
I'm using 64bit mint 13 ≈ ubuntu 12.04. commit 3e284ee.
I installed llvm-3.3 and run
"make check" had a process consume nearly all my memory (8GB). I killed it. Then it failed with this:
The text was updated successfully, but these errors were encountered: