-
Notifications
You must be signed in to change notification settings - Fork 67
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
Segmentation fault during __init__
#459
Comments
I have opened a PR for libcxxwrap-julia which should fix (or at least improve) this: JuliaInterop/libcxxwrap-julia#177
This is similar to the issue mentioned in my
It did happen on nightly as well: https://github.com/oscar-system/Oscar.jl/actions/runs/11347922803/job/31660054773#step:10:336 Edit: Also seems to happen with 1.6, e.g. here, but very rarely. (This is the first time I have seen this for 1.6) |
Resolved by JuliaInterop/libcxxwrap-julia#177 |
Our corresponding downstream issue is oscar-system/Oscar.jl#3904.
On julia 1.11, we randomly see segmentation faults during the execution of CxxWrap's
__init__
function like the following one:I believe we haven't experienced anything similar on 1.12-nightly yet (please correct me if I am wrong @benlorenz).
At the beginning of the above-referenced issue, we were still using an outdated CxxWrap. However, regarding the more recent occurrences, we are running with
CxxWrap v0.16.0
andlibcxxwrap_julia_jll v0.13.2+0
.The text was updated successfully, but these errors were encountered: