Bug#423278: [Pkg-octave-devel] Bug#423278: octave2.9: Floating point
exception with core dump
Thomas Weber
thomas.weber.mail at gmail.com
Fri May 11 07:15:56 UTC 2007
package octave2.9
tags 423278 confirmed
Am Freitag, 11. Mai 2007 07:58:52 schrieb Kumar Appaiah:
> Package: octave2.9
> Version: 2.9.9-8etch1
> Severity: important
This happens also in 2.9.10.
Shorter examples:
A = zeros(-1, 1)
fft(A)
=> crash.
The codes
A = zeros(-1, -1)
and
A = zeros(1, -1)
work. So the fft function can handle [](1x0) and [](0x0) just fine, but
doesn't like [](0x1).
Thomas
More information about the Pkg-octave-devel
mailing list