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
upcall_vec_append can call copy glue, which can call upcall_malloc. upcall_malloc tries to grab the scheduler lock too and deadlocks.
upcall_vec_append
upcall_malloc
The text was updated successfully, but these errors were encountered:
Fixed by a2ce532.
Sorry, something went wrong.
Auto merge of rust-lang#593 - PlasmaPower:bsd-at-fdcwd, r=alexcrichton
a285387
Add AT_FDCWD for FreeBSD
Fix std lib regression script (rust-lang#109 and rust-lang#375) (rust…
b3f376d
…-lang#593) Create a target library instead of a binary.
No branches or pull requests
upcall_vec_append
can call copy glue, which can callupcall_malloc
.upcall_malloc
tries to grab the scheduler lock too and deadlocks.The text was updated successfully, but these errors were encountered: