You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like MultiScaleArrays.jl is invoking getrs! (from ldiv!(::LU)) with inputs that cause Julia to crash: JuliaLang/LinearAlgebra.jl#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.
The text was updated successfully, but these errors were encountered:
It looks like MultiScaleArrays.jl is invoking
getrs!
(fromldiv!(::LU)
) with inputs that cause Julia to crash: JuliaLang/LinearAlgebra.jl#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.
The text was updated successfully, but these errors were encountered: