Hello, it seems like Julia crashes when i use some ode parameters instead of others.
u0 = [0.9, 0.1, 0.05, 0.18, 0.2] doesn't work
u0 = [0.9, 0.1, 0.05, 0.2, 0.02] work
It crashes only when solving the nonlinear lest squares problem, it can independently solve the ode system otherwise.
It's in the sixth cell of the notebook
What I get is a system notification telling me that something went wrong with Julia, brutally quitting (rough translation, my system not in english)
reason: julia killed by SIGSEGV
crash_function: julia_ode_interpolation_5607
cmdline: julia --color=yes --project=/home/myusername/.julia/environments/v1.11 --history-file=no /home/myusername/.vscode/extensions/julialang.language-julia-1.140.2/scripts/notebook/notebook.jl /tmp/vscjl-nbk-fa4516de-9a8a-4f33-95b6-217461b34f70 /tmp/vsc-jl-repldbg-9a5cea3a-bcaf-4aec-a99a-d50e6dd936e4 /tmp/vsc-jl-cr-ef76dec6-09d7-4ecd-8649-5bb7cac3f3b8
executable: /usr/bin/julia
package: julia-1.11.0-13.rc3.fc42
I'm on fedora 42 with gnome desktop environement, if useful