-
Notifications
You must be signed in to change notification settings - Fork 262
segfault in self test on NetBSD #644
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
Comments
any chance you could pop the core into gdb and tell me what the backtrace was (according to the core dump, as opposed to the panic)? |
The core dump is not in the test program, but |
Ah, I see. I guess the test is only meant to be for platforms that support doing this. |
Will be addressed by #645 (I could make the cfg instead be a negative one of "if not freebsd or linux, bail", but I would prefer to have more reports about this segfaulting on other systems, so I can get a better picture of which support this silliness). |
Just to confirm: with #645 applied, |
As found when testing rust-lang/rust#96914, in 0.3.73 and git head (dcd0aaa),
cargo test
on NetBSD dies with a segfault.Environment:
on NetBSD 10.99.11/amd64
Let me know what more information you need. Thanks!
The text was updated successfully, but these errors were encountered: