-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Random segfaults on the MacOS CI #8175
Comments
Next step is trying to get code dumps. |
Oh, I didn't know about these Crash dumps. Looks like this would have been much more lightweight than a full core dump. Good to know for a next time. At any rate, I eventually managed to get a core dump at https://github.com/tweag/nix/suites/12088097593/artifacts/636572529. I'll download it and see what I can make of it. |
Unsurprisingly the stack trace mentions a mix of boehm and boost coroutines. |
#7725 seems to fix it indeed (at least I couldn't reproduce it on tweag@15ce51f). I've just opened #8179 to add the non-tests part of #7725 back |
Closing since 2.15 go relased, and hopefully fixes this. Anyone, feel free to reopen if the problem arises again |
Describe the bug
The MacOS CI randomly segfaults on
nix flake check
. Some other Nix-based CIs also seems to encounter that (https://github.com/tweag/nickel/actions/runs/4532944265/jobs/7985404911#step:5:24 for instance).Steps To Reproduce
https://github.com/NixOS/nix/actions/runs/4616918102/jobs/8162538381
Additional context
-vvvvv
, but I couldn't manage to reproduce it then (https://github.com/tweag/nix/actions/runs/4627359431/jobs/8191562562)Priorities
Add 👍 to issues you find important.
The text was updated successfully, but these errors were encountered: