Replies: 1 comment 2 replies
-
|
Thanks for the report. At first glance this looks like a bug in your code -- SIGFPE and SIGSEGV (as in CI) are generally indicators of a buggy program. You may wish to attach a debugger or inspect a core file to figure out what's causing the crash. If you can find a minimized example which clearly indicates nextest is to blame, I'd be happy to have a look. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm on macos, and running
cargo nextest runwith no config fails. More context at Electron100/butane#419It isnt happening in CI on ubuntu-latest https://github.com/Electron100/butane/actions/runs/19187863109/job/54858238719?pr=420
It does happen on macos-latest CI https://github.com/Electron100/butane/actions/runs/19187863109/job/54858666242?pr=420
Also occurring on windows-latest CI https://github.com/Electron100/butane/actions/runs/19188485619/job/54859638699?pr=420
Beta Was this translation helpful? Give feedback.
All reactions