haskell-numerics / hmatrix

Linear algebra and numerical computation
381 stars 104 forks source link

Test suite segfaults when size paramater is increased to 100 #324

Closed HuwCampbell closed 4 years ago

HuwCampbell commented 4 years ago
import Numeric.LinearAlgebra.Tests
main :: IO ()
main = runTests 100
------ svd
+++ OK, passed 100 tests.
Segmentation fault: 11

This is on MacOS. It seems to happen only on complex numbers, and I'm pretty sure that it's the work size passed to zgesdd_.