-
Notifications
You must be signed in to change notification settings - Fork 86
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
Condvar
hangs in newer rust versions
#322
Comments
This is caused by rust-lang/rust#97647. |
Dylan-DPC
added a commit
to Dylan-DPC/rust
that referenced
this issue
Jun 28, 2022
Hermit: Fix initializing lazy locks Closes hermit-os/hermit-rs#322. The initialization function of hermit's `Condvar` is not called since rust-lang#97647 and was erroneously removed in rust-lang#97879. r? `@m-ou-se` CC: `@stlankes`
Dylan-DPC
added a commit
to Dylan-DPC/rust
that referenced
this issue
Jun 28, 2022
Hermit: Fix initializing lazy locks Closes hermit-os/hermit-rs#322. The initialization function of hermit's `Condvar` is not called since rust-lang#97647 and was erroneously removed in rust-lang#97879. r? ``@m-ou-se`` CC: ``@stlankes``
workingjubilee
pushed a commit
to tcdi/postgrestd
that referenced
this issue
Sep 15, 2022
Hermit: Fix initializing lazy locks Closes hermit-os/hermit-rs#322. The initialization function of hermit's `Condvar` is not called since rust-lang/rust#97647 and was erroneously removed in rust-lang/rust#97879. r? ``@m-ou-se`` CC: ``@stlankes``
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
rusty-demo
hangs in QEMU as well as uhyve sincenightly-2022-06-05
: rust-lang/rust@a6b8c69...4e725baThe text was updated successfully, but these errors were encountered: