Subject: | Does not work (crashes) under perl 5.8.6 |
Math::Pari fails its selftests under perl 5.8.6 on Linux (Debian Sarge, Fedora Core 3) as well as solaris 8
The selftests fail because perl crashes when (some) Math::Pari objects are gc'd. This does not happen when Math::Pari is used by an identically configured/built perl 5.8.5 instead.
perl -Iblib/lib -Iblib/arch -MMath::Pari -e '$e=new Math::Pari "matrix(1,1)"'
will produce the same failure.
the stack moveoff stuff seems to be implicated here....
Message body not shown because it is not plain text.