Seg. fault with roots(b)
Sergei Steshenko
sergstesh at yahoo.com
Wed May 6 06:49:11 CDT 2009
--- On Tue, 5/5/09, Robert Jenssen <robertjenssen at ozemail.com.au> wrote:
> From: Robert Jenssen <robertjenssen at ozemail.com.au>
> Subject: Re: Seg. fault with roots(b)
> To: jason at acm.org
> Cc: jwe at octave.org, sergstesh at yahoo.com
> Date: Tuesday, May 5, 2009, 8:08 PM
> Hi,
>
> The problem is fixed in lapack-3.2.1. See
> http://www.netlib.org/lapack/Change-3.2.1/001.txt
> Sorry for the noise.
>
> Regards,
>
> Rob Jenssen
>
Alas, bad news. I have rebuilt everything with lapack-3.2.1 and I'm still
getting segfault with roots(rand(1, 13)), but not with roots(rand(1, 12)):
"
octave:1> roots(rand(1, 12))
ans =
-437.06494 + 0.00000i
-0.92565 + 0.31860i
-0.92565 - 0.31860i
-0.62606 + 0.75980i
-0.62606 - 0.75980i
0.13259 + 1.27016i
0.13259 - 1.27016i
0.79830 + 0.47988i
0.79830 - 0.47988i
0.43001 + 0.78468i
0.43001 - 0.78468i
octave:2> roots(rand(1, 13))
panic: Segmentation fault -- stopping myself...
attempting to save variables to `octave-core'...
save to `octave-core' complete
"
- that's still with octave-3.0.5.
Regards,
Sergei.
More information about the Bug-octave
mailing list