octave-maintainers
[Top][All Lists]
Advanced

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

Re: compiling development sources


From: Carlo de Falco
Subject: Re: compiling development sources
Date: Wed, 10 Feb 2010 18:48:36 +0100


On 10 Feb 2010, at 18:46, John W. Eaton wrote:

OK, then try running Octave with

 ./run-octave -g

then at the (gdb) prompt, type "run", then at the Octave prompt, cd to
the src/DLD-FUNCTIONS directory and type "test lu".  That should
result in the same segfault and you should be able to get information
about where the crash happens and examine the variables in scope at
the time of the crash.

jwe


>> cd src/
>> cd DLD-FUNCTIONS/
>> test lu
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done

Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_INVALID_ADDRESS at address: 0x9b12d1e0
get_dispatch_type (address@hidden, address@hidden) at symtab.cc:528
528                 btyp = sup_table[btyp][args(i).builtin_type ()];
(gdb)

c.


reply via email to

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