octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #30685] Segmentation fault in ./run-octave [si


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #30685] Segmentation fault in ./run-octave [sigemptyset() in liboctinterp-3.3.52.so]
Date: Wed, 16 Mar 2011 19:48:53 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20110107 Iceweasel/3.5.16 (like Firefox/3.5.16)

Follow-up Comment #38, bug #30685 (project octave):

OK, then try this in your build tree:


cd src/.libs
for f in *.o; do
  if $(nm $f | grep sigemptyset > /dev/null); then
    echo $f;
    nm $f | grep sigemptyset;
  fi;
done


and attach the output here.

In every object file that I have in src/.libs and that includes a sigemptyset
symbol, I see the same result:


0000000000000218 d _ZN6gnulibL11sigemptysetE
                 U sigemptyset


So on my system I only see the gnulib::sigemptyset pointer that references the
system sigemptyset function.  I'm guessing this result will be different on
your system.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?30685>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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