-
-
Notifications
You must be signed in to change notification settings - Fork 5.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
Segmentation fault on 1.10.3 during precompilation of StructuralIdentifiability.jl #54356
Labels
types and dispatch
Types, subtyping and method dispatch
Comments
giordano
added
types and dispatch
Types, subtyping and method dispatch
bisect wanted
labels
May 4, 2024
lazarusA
pushed a commit
to lazarusA/julia
that referenced
this issue
Jul 12, 2024
…nts (JuliaLang#54363) The added MWE has been broken since 1.8. The intersect result still looks quite unsoundness, but at least stack overflow get fixed. close JuliaLang#54356
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
CI in StructuralIdentifiability.jl started to fail around the release of 1.10.3: SciML/StructuralIdentifiability.jl@82ba1e8. It turns out that StructuralIdentifiability.jl precompiles successfully on 1.10.2, but does not precompile on 1.10.3.
I do not know if there is anything wrong with StructuralIdentifiability.jl code or if this is a bug in Julia, so I am opening this issue to see if anyone would have an idea.
MnWE:
Output:
The output of
err
is 70k+ lines long and here is the top of it:for the rest I refer to the CI run https://github.com/SciML/StructuralIdentifiability.jl/actions/runs/8907573090/job/24461681774 (will take time to load).
The text was updated successfully, but these errors were encountered: