We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 failure with Julia 1.8 https://github.com/PALEOtoolkit/PALEOmodel.jl/runs/8019335750
This is failing in kinprecsolve at
PALEOmodel.jl/src/Kinsol.jl
Line 67 in c9f3936
when called from test
PALEOmodel.jl/test/kinsol_prec.jl
Line 97 in c9f3936
See possibly related issue SciML/Sundials.jl#367
The text was updated successfully, but these errors were encountered:
Test speculative fix/workaround for kinsol segfault
26d5311
See #25 This rearranges the kinsol wrapper to a simpler form
The app itself (still) fails with
signal (11): Segmentation fault in expression starting at /data/sd336/runtests.jl:14 *** Error in `julia': malloc(): memory corruption (fast): 0x0000000011722990 *** Segmentation fault (core dumped)
(and #27 doesn't fix this)
Sorry, something went wrong.
CVODE_BDF
Fixed with Sundials.jl update
No branches or pull requests
CI failure with Julia 1.8 https://github.com/PALEOtoolkit/PALEOmodel.jl/runs/8019335750
This is failing in kinprecsolve at
PALEOmodel.jl/src/Kinsol.jl
Line 67 in c9f3936
when called from test
PALEOmodel.jl/test/kinsol_prec.jl
Line 97 in c9f3936
See possibly related issue SciML/Sundials.jl#367
The text was updated successfully, but these errors were encountered: