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
As noted by @jiahao in the linalg tests eigvals(Bidiagonal) can cause segfault. The error is in the call to xbdsdc and it is only happening when uplo='L'. E.g.
As noted by @jiahao in the linalg tests
eigvals(Bidiagonal)
can cause segfault. The error is in the call toxbdsdc
and it is only happening whenuplo='L'
. E.g.Notice that
iwork
should have size8n
and not7n
, but that change doesn't solve the problem.I cannot reproduce the segfault in Fortran.
The text was updated successfully, but these errors were encountered: