[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Octave crashed



Hello,

I have a problem with octave, see the following session from octave, it is 
very simple (I want to compute eig(a) and then crash):

-------------------------------------------------------
$ octave
GNU Octave, version 3.2.4
Copyright (C) 2009 John W. Eaton and others.
This is free software; see the source code for copying conditions.
There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.  For details, type `warranty'.

Octave was configured for "i486-pc-linux-gnu".

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 <bug@octave.org> (but first, please read
http://www.octave.org/bugs.html to learn how to write a helpful report).

For information about changes from previous versions, type `news'.

warning: mark_as_command is obsolete and will be removed from a future version 
of Octave
octave:1> a=rand(3,3)
a =

   0.189941   0.570931   0.517541
   0.092924   0.449368   0.680880
   0.146931   0.266066   0.706786

octave:2> eig(a)
panic: Illegal instruction -- stopping myself...
attempting to save variables to `octave-core'...
save to `octave-core' complete
Illegal instruction
-------------------------------------------------------


I use Debian Squueze 6.0. I have installed every package with octave-*

$ uname -a
Linux S1 2.6.32-5-686 #1 SMP Wed Jan 12 04:01:41 UTC 2011 i686 GNU/Linux

Do you have also such problem or it is only specific to me on my hardware.

Zbigniew


Reply to: