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

Segfault on 1.10 due to invalid getrs! inputs #72

Open
maleadt opened this issue Apr 26, 2023 · 0 comments
Open

Segfault on 1.10 due to invalid getrs! inputs #72

maleadt opened this issue Apr 26, 2023 · 0 comments

Comments

@maleadt
Copy link

maleadt commented Apr 26, 2023

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.

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