-
Notifications
You must be signed in to change notification settings - Fork 126
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
CI failures in nightly ubuntu: segfault during loading/precompilation #3296
Comments
This has been happening for a bit, the first occurrence I could find in a quick search is here, https://github.com/oscar-system/Oscar.jl/actions/runs/7489387259/job/20385820568#step:7:2915, 3 weeks ago with julia 1.11.0-DEV.1249. I don't think this has anything to do with the Aqua tests, it seems to be some issue when loading Oscar as it also happens when the tests are about to start. There is a very similar backtrace in this run https://github.com/oscar-system/Oscar.jl/actions/runs/7686201455/job/20944792824?pr=3189#step:8:360 directly after |
Let's check some recent tests to see if it occurred again, otherwise close it... |
Still happens, for example in the tests for #3586: https://github.com/oscar-system/Oscar.jl/actions/runs/8638534713/job/23683179472?pr=3586#step:8:1683
The backtraces usually point to some CxxWrap initialization, sometimes for Polymake.jl but in the latest case for CxxWrap directly:
|
See https://github.com/oscar-system/Oscar.jl/actions/runs/7730599925/job/21076347030#step:8:393
This only happened in this form since 1.11.0-DEV.1428, although there are successful runs with this julia version (e.g. https://github.com/oscar-system/Oscar.jl/actions/runs/7729826314/job/21073900157?pr=3293).
Log of the above CI run:
The text was updated successfully, but these errors were encountered: