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

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

[Octave-bug-tracker] [bug #51413] core dump when started via Alt-F2


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #51413] core dump when started via Alt-F2
Date: Fri, 7 Jul 2017 17:08:22 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:54.0) Gecko/20100101 Firefox/54.0

Follow-up Comment #3, bug #51413 (project octave):

I brute forced in a shell


$ while true; do pid=$(pgrep octave-gui); if [ -n "$pid" ]; then gdb -p $pid;
fi; done


and was able to attach with gdb. Octave exits cleanly for me when it is run
from the Gnome Alt-F2 "Enter a Command" prompt. So definitely unable to
reproduce here.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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