Skip to content
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

Closed
mkroening opened this issue Jun 25, 2022 · 1 comment · Fixed by rust-lang/rust#98555 or #329
Closed

Condvar hangs in newer rust versions #322

mkroening opened this issue Jun 25, 2022 · 1 comment · Fixed by rust-lang/rust#98555 or #329

Comments

@mkroening
Copy link
Member

mkroening commented Jun 25, 2022

rusty-demo hangs in QEMU as well as uhyve since nightly-2022-06-05: rust-lang/rust@a6b8c69...4e725ba

There are only 'skip'ped commits left to test.
The first bad commit could be any of:
6a417d482899e13b1fbef5f5f9962f59e89e9e53
ac5aa1ded529cd8317b351ba952ff9cd78b1e172
e9ec02267a0b84d6a17357c1a0da46093ba5ad1d
We cannot bisect more!
@mkroening
Copy link
Member Author

This is caused by rust-lang/rust#97647.

@mkroening mkroening changed the title Upgrade toolchain Condvar hangs in newer rust versions Jun 26, 2022
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``
@bors bors bot closed this as completed in #329 Jun 29, 2022
@bors bors bot closed this as completed in 1c61526 Jun 29, 2022
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
Labels
None yet
Projects
None yet
1 participant