Skip to content
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

Sundials kinsol fails with Julia 1.8 #25

Closed
sjdaines opened this issue Aug 25, 2022 · 2 comments
Closed

Sundials kinsol fails with Julia 1.8 #25

sjdaines opened this issue Aug 25, 2022 · 2 comments

Comments

@sjdaines
Copy link
Member

sjdaines commented Aug 25, 2022

CI failure with Julia 1.8 https://github.com/PALEOtoolkit/PALEOmodel.jl/runs/8019335750

This is failing in kinprecsolve at

retval = userfun.psolve(

when called from test

y, kinstats = PALEOmodel.Kinsol.kin_solve(

See possibly related issue SciML/Sundials.jl#367

sjdaines added a commit that referenced this issue Aug 29, 2022
See #25

This rearranges the kinsol wrapper to a simpler form
@sjdaines
Copy link
Member Author

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)

@sjdaines
Copy link
Member Author

sjdaines commented Mar 2, 2023

Fixed with Sundials.jl update

@sjdaines sjdaines closed this as completed Mar 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant