We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
SOLVED. Nevermind, just forgot to mount proc filesystem in the chroot... :-)
Sad the program is cryptic by reporting this error in that case:
thread '' panicked at 'assertion failed: (left == right) && (right == left) (left: 2, right: 0)', /home/rustbuild/src/rust-buildbot/slave/nightly-dist-rustc-linux/build/src/libstd/sys/unix/thread.rs:73 fatal runtime error: Could not unwind stack, error = 5 Illegal instruction
(left == right) && (right == left)
2
0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
SOLVED. Nevermind, just forgot to mount proc filesystem in the chroot... :-)
Sad the program is cryptic by reporting this error in that case:
thread '' panicked at 'assertion failed:
(left == right) && (right == left)
(left:2
, right:0
)', /home/rustbuild/src/rust-buildbot/slave/nightly-dist-rustc-linux/build/src/libstd/sys/unix/thread.rs:73fatal runtime error: Could not unwind stack, error = 5
Illegal instruction
The text was updated successfully, but these errors were encountered: