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 when running with openblas #2

Open
manuschneider opened this issue Apr 24, 2024 · 0 comments
Open

segfault when running with openblas #2

manuschneider opened this issue Apr 24, 2024 · 0 comments

Comments

@manuschneider
Copy link

I got a segmentation fault in certain cases when using openblas 0.3.21
This seems to be a problem with vectorization, where more memory is read than needed in certain cases. This can cause illegal memory access.
The error can occur, for example, in the QL decomposition (used for the canonical form) and in the SVD.

This issue might be related: OpenMathLib/OpenBLAS#4013
The problem can be avoided by not using openblas. Newer versions of openblas seem to have vectorization switched off as well and might work.

This is a problem of openblas and not a bug in this package. I just wanted to inform other users who might run into this issue.

@manuschneider manuschneider changed the title segfault when running with openblad segfault when running with openblas May 26, 2024
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