[bug #68434] Function gsvd crashes when matrices have 10 or more columns
"Dmitri A. Sergatskov" <[email protected]> Fri, 12 Jun 2026 12:57:55 -0400 (EDT)
| Newsgroups | gmane.comp.gnu.octave.bugs |
|---|---|
| Message-ID | <[email protected]> |
Please use the bug tracker to post updates to a bug report. The mailing list is intended as a read-only notification stream. Info posted to this mailing list address won't appear in the tracker database where it is most useful.
Follow-up Comment #6, bug #68434 (group octave):
You CPU is newer than your OpenBlas. OpenBlas has a dynamic dispatcher that
tries to figure out the CPU type. Most likely it thinks that your CPU has
AVX512 instructions and that causes the crash. That normally would cause
signal 4 (SIGILL) though...
Anyway, you can try to start octave as:
+verbaatim+
$ OPENBLAS_CORETYPE=HASWELL octave
-verbatim-
and see if that helps.
If it does you can set this variable in your shell startup files.
Dmitri.
--
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?68434>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
signature.asc
(application/pgp-signature, 228 B)
-----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQQk97aszIMMAvLLwm6qLAuaBUf3TgUCaiw6kwAKCRCqLAuaBUf3 ThpNAP4vetbLY6Rh+6vSsJ/fB4qoxQI+aLc4YiLsQF3Ra09AYwEA7HbEhDZPVmqC o7yySbCYPeeyL0vJzUU44Y1gd9yDbww= =XSMq -----END PGP SIGNATURE-----