octave-maintainers
[Top][All Lists]
Advanced

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

Re: compiling development sources


From: John W. Eaton
Subject: Re: compiling development sources
Date: Wed, 10 Feb 2010 12:46:09 -0500

On 10-Feb-2010, Carlo de Falco wrote:

| On 10 Feb 2010, at 18:33, John W. Eaton wrote:
| 
| > On 10-Feb-2010, Carlo de Falco wrote:
| >
| > | Thanks, this worked, now I get:
| > |
| > | Making check in test
| > | ../run-octave --norc --silent --no-history ./fntests.m .
| > |
| > | Integrated test scripts:
| > |
| > | <... snip ...>
| > |    src/DLD-FUNCTIONS/lu.cc ................................panic:
| > | Segmentation fault -- stopping myself...
| > |
| > |   fntests.log contains nothing useful
| > | make[2]: *** [check] Segmentation fault
| > | make[1]: *** [check-recursive] Error 1
| > | make: *** [check] Error 2
| >
| > Does Octave run at all, or is it something specific about running the
| > tests?
| >
| > jwe
| 
| it runs, and all tests before src/DLD-FUNCTIONS/lu.cc are completed  
| with success

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





reply via email to

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