-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Crash building libstd on FreeBSD after miri const eval changes. #48888
Comments
The root error seems to be a crash from |
The issue is with the You can work around this issue for now by not passing Not sure what the correct course of action is here (except for fixing |
Ah this is unfortunate :( But yeah the "best" solution for now is probably to avoid backtrace generation on freebsd |
@alexcrichton should that be disabled in rustc or in the backtrace crate? |
Either's fine by me, but I'd probably recommend rustc |
I prefer the backtrace crate. There is a lot of code that depends on |
…aelwoerister Only generate miri backtraces if explicitly requested fixes rust-lang#49072 fixes rust-lang#48888 r? @michaelwoerister
Bisecting it seems to be an issue with #46882.
It appears this may be a double crash? Like it's hitting some error and then unwinding improperly and crashing again. Not familiar enough with the traces to know.
The text was updated successfully, but these errors were encountered: