-
Notifications
You must be signed in to change notification settings - Fork 13k
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
SIGILL in collectionstest #31029
Comments
This seems to be the panic in |
Nah unfortunately we always build the standard library without debug assertions :( |
What options have you configured your Rust build with? Also, I'm assuming that this is a double-panic abort, since that is what I saw earlier, so if you comment out |
I think I accidentally turned off debug assertions at some point while working on #30426 - this is my fault, sorry. I've reproduced on my computer with just
I don't think that this assertion is incredibly worrisome, since the last time I dealt with something like this it was just an ordering issue where I adjusted the length of a node after creating a handle to it instead of the more correct other way around - this triggers a debug assertion but doesn't actually generate bad code. |
I think I found the bug is in |
I'm getting a reproducable test failure with a SIGILL failures on Linux x86_64.
Backtrace:
cc @gankro
The text was updated successfully, but these errors were encountered: