From bug-request at octave dot org Thu Dec 30 14:15:57 2004 Subject: fft(length_1_vector,N) crashes octave From: "John W. Eaton" To: Julius Smith Cc: bug-octave at bevo dot che dot wisc dot edu, jos@ccrma.stanford.edu Date: Thu, 30 Dec 2004 15:10:49 -0500 On 30-Dec-2004, Julius Smith wrote: | Bug report for Octave 2.1.57 configured for i686-pc-linux-gnu | | Description: | ----------- | | octave:1> fft(0,8) | octave: ../liboctave/dim-vector.h:104: int& dim_vector::dim_vector_rep::elem(int): Assertion `i >= 0 && i < ndims' failed. | panic: Aborted -- stopping myself... | attempting to save variables to `octave-core'... | save to `octave-core' complete | Abort This problem seems to be fixed in the current recommended snapshot: devzero:1630> octave GNU Octave, version 2.1.64 (i386-pc-linux-gnu). Copyright (C) 2004 John W. Eaton. This is free software; see the source code for copying conditions. There is ABSOLUTELY NO WARRANTY; not even for MERCHANTIBILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, type `warranty'. Additional information about Octave is available at http://www.octave.org. Please contribute if you find this software useful. For more information, visit http://www.octave.org/help-wanted.html Report bugs to (but first, please read http://www.octave.org/bugs.html to learn how to write a helpful report). octave:1> fft (0,8) ans = 0 + 0i 0 + 0i 0 + 0i 0 + 0i 0 + 0i 0 - 0i 0 - 0i 0 - 0i jwe ------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.octave.org How to fund new projects: http://www.octave.org/funding.html Subscription information: http://www.octave.org/archive.html -------------------------------------------------------------