Skip to content

Fix deadlocks with RUST_LOG=rustc::middle::ty #26722

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

Merged
merged 1 commit into from
Jul 2, 2015

Conversation

arielb1
Copy link
Contributor

@arielb1 arielb1 commented Jul 1, 2015

These are RefCell deadlocks that cause the rustc task to die with the stderr
lock held, causing a real deadlock.

Fixes #26717.

r? @eddyb

These are RefCell deadlocks that cause the rustc task to die with the stderr
lock held, causing a real deadlock.

Fixes rust-lang#26717.
@eddyb
Copy link
Member

eddyb commented Jul 1, 2015

@bors r+

@bors
Copy link
Collaborator

bors commented Jul 1, 2015

📌 Commit 2fc8571 has been approved by eddyb

@bors
Copy link
Collaborator

bors commented Jul 2, 2015

⌛ Testing commit 2fc8571 with merge f635b2f...

bors added a commit that referenced this pull request Jul 2, 2015
These are RefCell deadlocks that cause the rustc task to die with the stderr
lock held, causing a real deadlock.

Fixes #26717.

r? @eddyb
@bors bors merged commit 2fc8571 into rust-lang:master Jul 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants