Skip to content

Deadlock in upcall_vec_append/upcall_malloc #593

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

Closed
pcwalton opened this issue Jun 29, 2011 · 1 comment
Closed

Deadlock in upcall_vec_append/upcall_malloc #593

pcwalton opened this issue Jun 29, 2011 · 1 comment
Labels
A-runtime Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows

Comments

@pcwalton
Copy link
Contributor

upcall_vec_append can call copy glue, which can call upcall_malloc. upcall_malloc tries to grab the scheduler lock too and deadlocks.

@ghost ghost assigned eholk Jun 29, 2011
@pcwalton
Copy link
Contributor Author

Fixed by a2ce532.

keeperofdakeys pushed a commit to keeperofdakeys/rust that referenced this issue Dec 12, 2017
celinval added a commit to celinval/rust-dev that referenced this issue Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-runtime Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows
Projects
None yet
Development

No branches or pull requests

2 participants