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

Something is still broken in port detach #1937

Closed
brson opened this issue Mar 6, 2012 · 2 comments
Closed

Something is still broken in port detach #1937

brson opened this issue Mar 6, 2012 · 2 comments
Assignees
Labels
A-runtime Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows I-crash Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.

Comments

@brson
Copy link
Contributor

brson commented Mar 6, 2012

Just saw this log from the bots http://bot.rust-lang.org/logs/2012/02/06/2012-03-06T10:19:41Z-50cd8e15-3023-4ec6-afde-e627de1a0f2d.html

Related to the hack here: ee991ca

Ports are supposed to be completely dereffed before del_port but that isn't happening.

@ghost ghost assigned brson Mar 6, 2012
@brson
Copy link
Contributor Author

brson commented Mar 7, 2012

This one might fix it: dc0b9f4

If no further issues show up for a few days then I'll close this.

@brson
Copy link
Contributor Author

brson commented Mar 12, 2012

I believe this is fixed.

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 I-crash Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.
Projects
None yet
Development

No branches or pull requests

1 participant