SciML / MultiScaleArrays.jl

A framework for developing multi-scale arrays for use in scientific machine learning (SciML) simulations
https://docs.sciml.ai/MultiScaleArrays/stable/
Other
73 stars 16 forks source link

Segfault on 1.10 due to invalid getrs! inputs #72

Open maleadt opened 1 year ago

maleadt commented 1 year ago

It looks like MultiScaleArrays.jl is invoking getrs! (from ldiv!(::LU)) with inputs that cause Julia to crash: https://github.com/JuliaLang/julia/issues/49489. Although Julia shouldn't crash, it seems like the inputs are invalid, and would cause issues with other BLAS implementations too.

This also involves LinearSolve and OrdinaryDiffEq, so I'll leave it up to the SciML devs to further triage this issue. Details can be found in the Julia issue linked above.