octave-maintainers
[Top][All Lists]
Advanced

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

Re: Segfault when running "make check"


From: Mike Miller
Subject: Re: Segfault when running "make check"
Date: Wed, 30 Jan 2013 14:40:28 -0500

On Wed, Jan 30, 2013 at 2:25 PM, Julien Bect wrote:
> On 30/01/2013 20:09, Jordi Gutiérrez Hermoso wrote:
>
> Try forcibly adding the debug command into the run-octave script (edit its
> source, near the bottom) and re-running make check.
>
>
> Ok, here what I get :
>
> scripts/general/cumtrapz.m ............................. PASS    9/9
>   scripts/general/curl.m ................................. PASS    1/1
>   scripts/general/dblquad.m ..............................
> Program received signal SIGSEGV, Segmentation fault.
> Fquadcc (args=..., nargout=1) at corefcn/quadcc.cc:1545
> 1545      octave_value_list retval;
> (gdb) bt
> #0  Fquadcc (args=..., nargout=1) at corefcn/quadcc.cc:1545
> #1  0x406c3f55 in octave_builtin::do_multi_index_op (this=0x813a640,
> nargout=-1073941348, args=..., lvalue_list=0x0) at
> octave-value/ov-builtin.cc:131
> #2  0x08a2bf58 in ?? ()
> Backtrace stopped: previous frame inner to this frame (corrupt stack?)
> (gdb)

Hi Julien,

What version of gcc/g++/gfortran are you using and on which architecture?

I get the same exact behavior as you but only when I compile with gcc
4.1.x or 4.2.x on i386. I started seeing this relatively recently
(within the last few months) on RHEL5 with gcc 4.1.2 but did not
bother pursuing any further at the time because it was limited to
those versions of gcc for me.

I think I may have suspected

http://hg.savannah.gnu.org/hgweb/octave/rev/c9954a15bc03

at the time I first starting seeing this crash, but like I said I
never bothered pursuing any further.

-- 
mike


reply via email to

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