octave-maintainers
[Top][All Lists]
Advanced

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

Re: 2.9.10?


From: John W. Eaton
Subject: Re: 2.9.10?
Date: Thu, 16 Nov 2006 17:33:42 -0500

On 16-Nov-2006, Tom Holroyd (NIH/NIMH) [E] wrote:

| 
| 
| Tom Holroyd (NIH/NIMH) [E] wrote:
| > DISPLAY= ../../run-octave -f -q -H -p . --eval "sparseimages ('gplot', 
| > 'eps'); sleep (1);"
| > panic: Segmentation fault -- stopping myself...
| 
| A little more info on this crash: I did
| 
|       ../../run-octave -g
| ...
|       (gdb) run
| (with no arguments!)

Do you have another 2.9.9+ version installed?

Is this with the current CVS sources?

Does your run-octave script have LD_PRELOAD lines in it?  The last few
lines of that script should look like this:

  if [ -n "$args" ]; then
    OCTAVE_SITE_INITFILE="$top_srcdir/scripts/startup/main-rcfile" \
    LD_PRELOAD="$liboctinterp $liboctave $libcruft" \
    
LD_LIBRARY_PATH="$builddir/src:$builddir/liboctave:$builddir/libcruft:$LD_LIBRARY_PATH"
 \
      exec $driver "$builddir/src/octave" "$args" "$@"
  else
    OCTAVE_SITE_INITFILE="$top_srcdir/scripts/startup/main-rcfile" \
    LD_PRELOAD="$liboctinterp $liboctave $libcruft" \
    
LD_LIBRARY_PATH="$builddir/src:$builddir/liboctave:$builddir/libcruft:$LD_LIBRARY_PATH"
 \
      exec $driver "$builddir/src/octave" "$@"
  fi

If they don't, then please make sure that you have the latest sources
from CVS and that the run-octave script is up to date.

jwe


reply via email to

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