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 in bdsdc! #3396

Closed
andreasnoack opened this issue Jun 14, 2013 · 3 comments
Closed

Segfault in bdsdc! #3396

andreasnoack opened this issue Jun 14, 2013 · 3 comments
Labels
bug Indicates an unexpected problem or unintended behavior

Comments

@andreasnoack
Copy link
Member

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.

julia> LinAlg.LAPACK.bdsdc!('L','N',randn(5),randn(4))
Segmentation fault: 11

Notice that iwork should have size 8n and not 7n, but that change doesn't solve the problem.

I cannot reproduce the segfault in Fortran.

@ViralBShah
Copy link
Member

Seems like this one is an easy fix.

@andreasnoack
Copy link
Member Author

Maybe. @jiahao and I couldn't find it.

@andreasnoack
Copy link
Member Author

Fixed by d78502d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates an unexpected problem or unintended behavior
Projects
None yet
Development

No branches or pull requests

2 participants