[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GNU Octave 3.6.3 Released
From: |
Sergei Steshenko |
Subject: |
Re: GNU Octave 3.6.3 Released |
Date: |
Wed, 5 Sep 2012 17:42:46 -0700 (PDT) |
--- On Wed, 9/5/12, Philip Nienhuis <address@hidden> wrote:
> From: Philip Nienhuis <address@hidden>
> Subject: Re: GNU Octave 3.6.3 Released
> To: address@hidden
> Date: Wednesday, September 5, 2012, 1:59 PM
>
> Jordi Gutiérrez Hermoso-2 wrote
> >
> > On 5 September 2012 15:52, Sergei Steshenko
> <sergstesh@> wrote:
> >
> > <snipped>
> >
> > If that's your source directory and you built in-source
> there should
> > be a "run-octave" script in it along with
> test/fntests.m. If so,
> > please do
> >
> > ./run-octave -g --norc --silent
> --no-history test/fntests.m
> >
> > This will put you in a gdb session. Do "run" to run the
> test suite.
> > This will run slower than normal because it'll be
> running in a
> > debugger. When Octave crashes, you should be dumped
> back to gdb. Do
> > "bt" to get the stack trace.
> >
> > This isn't exactly one-button, but it's about as simple
> as it gets.
> >
>
> Continuing on my earlier post, along those (debug) lines I
> get (on Mageia 2)
>
> octave:1> which pcg.m
> `pcg.m' is the file
> /home/philip/devel/oct363/../octave-3.6.3/scripts/sparse/pcg.m
> octave:2> test pcg.m
>
> Program received signal SIGILL, Illegal instruction.
> 0xb4576acd in ATL_dJIK36x36x36TN36x36x0_a1_b0 () from
> /usr/lib/atlas-sse3/libatlas.so.3
> (gdb) bt
> #0 0xb4576acd in ATL_dJIK36x36x36TN36x36x0_a1_b0 ()
> from
> /usr/lib/atlas-sse3/libatlas.so.3
> #1 0x0000007b in ?? ()
> #2 0x083474a0 in ?? ()
> Backtrace stopped: previous frame inner to this frame
> (corrupt stack?)
> (gdb)
>
> ... so I guess it is indeed Mageia that is at fault.
> (And I also see why: my Pentium-M laptop's CPU has no SSE3.
> Apparently
> Mageia's CPU detection at install time has a hick-up).
>
> Thanks Jordi, that was a very helpful hint!
>
> Philip
>
>
In my case atlas-3.10.0 is self-built on the same machine, and, as
I wrote earlier, octave-3.6.2 with the same everything including ATLAS does not
crash.
Regards,
Sergei.
- Re: GNU Octave 3.6.3 Released, (continued)
- Re: GNU Octave 3.6.3 Released, Sergei Steshenko, 2012/09/05
- Re: GNU Octave 3.6.3 Released, Jordi Gutiérrez Hermoso, 2012/09/05
- Re: GNU Octave 3.6.3 Released, Philip Nienhuis, 2012/09/05
- Re: GNU Octave 3.6.3 Released, John W. Eaton, 2012/09/05
- Re: GNU Octave 3.6.3 Released, Alexander Hansen, 2012/09/05
- Re: GNU Octave 3.6.3 Released, Philip Nienhuis, 2012/09/06
- Re: GNU Octave 3.6.3 Released, Przemek Klosowski, 2012/09/06
- Re: GNU Octave 3.6.3 Released, nitnit, 2012/09/06
- Re: GNU Octave 3.6.3 Released, Sergei Steshenko, 2012/09/08
- Re: GNU Octave 3.6.3 Released, Sergei Steshenko, 2012/09/17
- Re: GNU Octave 3.6.3 Released,
Sergei Steshenko <=
- Re: GNU Octave 3.6.3 Released, Philip Nienhuis, 2012/09/05
- Re: GNU Octave 3.6.3 Released, C.H.M. Broeders, 2012/09/05
- Re: GNU Octave 3.6.3 Released, C.H.M. Broeders, 2012/09/05
- Re: GNU Octave 3.6.3 Released, Martin Helm, 2012/09/05
Re: GNU Octave 3.6.3 Released, Yury T., 2012/09/05