help-octave
[Top][All Lists]
Advanced

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

Re: re: Matlab Programs with Octave


From: Dmitri A. Sergatskov
Subject: Re: re: Matlab Programs with Octave
Date: Sun, 8 Sep 2013 11:17:39 -0500

On Sun, Sep 8, 2013 at 6:23 AM, syberraith <address@hidden> wrote:
I ironed out a few more things. It still goes straight to complaining about
an illegal function call.

Is there any way of tracking down what function it is?

octave:1> pkg load optim
octave:2> TuParam EL34
panic: Illegal instruction -- stopping myself...
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

This is a bug in your version of octave or its support libraries.
No command should be able to crash octave.
One "popular" way to get this type of error is to run the binary
compiled for the "newer" cpu than the one that you have.
ATLAS is one library that gets miscompiled this way quite often.
 
You need to complain to whoever provided you with the
executable distribution.

Note that the latest version is 3.6.4 that was released back in Feb...

Sincerely,

Dmitri.
--



reply via email to

[Prev in Thread] Current Thread [Next in Thread]