From bug-octave-request at bevo dot che dot wisc dot edu Thu Dec 14 21:19:37 2000 Subject: Unidentified subject! From: "John W. Eaton" To: Ikonen Teemu Cc: bug-octave at bevo dot che dot wisc dot edu, teemu@amber7.esrf.fr Date: Thu, 14 Dec 2000 21:19:22 -0600 On 18-May-2000, Ikonen Teemu wrote: | To: bug-octave at bevo dot che dot wisc dot edu | Cc: teemu | Subject: Interpreter crash with the abuse of \ operator | | Bug report for Octave 2.1.30 configured for %OCTAVE_CONF_CANONICAL_HOST_TYPE% | | Description: | ----------- | | Using the left-division operator with two longish row-vectors results | in a segfault and the crash of the interpreter. | | Repeat-By: | --------- | | octave:1> x = linspace(0,2, 60); | octave:2> A = sin(x); | octave:3> y = A; | octave:4> a = A\y; | | Program received signal SIGSEGV, Segmentation fault. | 0x831c139 in dgemm_ () at oct-time.cc:292 | oct-time.cc:292: No such file or directory. | (gdb) backtrace | #0 0x831c139 in dgemm_ () at oct-time.cc:292 | #1 0x832bee7 in dgelss_ () at oct-time.cc:292 Sorry for the long delay. I think this problem should now be fixed in the current CVS sources. Thanks, 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 -------------------------------------------------------------