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

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

[Octave-bug-tracker] [bug #59628] Segmentation fault on GUI close


From: Lars Kindermann
Subject: [Octave-bug-tracker] [bug #59628] Segmentation fault on GUI close
Date: Mon, 7 Dec 2020 05:48:59 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0

Follow-up Comment #4, bug #59628 (project octave):

maybe this helps in locating the bug, it can be triggered by command line
parameters only:

while

$ for i in {1..10}; do octave --gui --eval "1+1"; done
$

is always ok, but forcing exit from within octave

$ for i in {1..10}; do octave --gui --eval "1+1,exit"; done
octave exited with signal 11
octave exited with signal 11
octave exited with signal 11
octave exited with signal 11
octave exited with signal 11
octave exited with signal 11
octave exited with signal 11
octave exited with signal 11
$

often crashes on my system, both in todays stable and dev but not in 5.2

Another observation: Even when the signal 11 message is emitted, the return
code of the octave command is still zero. So main seems to exit fine, and the
problem is in a thread?

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?59628>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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