MultiScaleArrays.jl icon indicating copy to clipboard operation
MultiScaleArrays.jl copied to clipboard

Segfault on 1.10 due to invalid getrs! inputs

Open maleadt opened this issue 2 years ago • 0 comments

It looks like MultiScaleArrays.jl is invoking getrs! (from ldiv!(::LU)) with inputs that cause Julia to crash: https://github.com/JuliaLang/LinearAlgebra.jl/issues/1001. 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.

maleadt avatar Apr 26 '23 07:04 maleadt