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

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

[Octave-bug-tracker] [bug #52757] cntrl-C crash


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #52757] cntrl-C crash
Date: Fri, 29 Dec 2017 20:53:56 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

Follow-up Comment #21, bug #52757 (project octave):

If you want to pass the signal to the process that you are debugging with gdb,
try the gdb command


handle SIGINT pass nostop


Most of what I tried to do to debug this didn't help, but I do think I've made
some progress in understanding what is happening.  The basic issue is that
threads and signals mix very well.  The signal may be delivered to any thread.
 Depending on which one, our current signal handler can cause some trouble. 
I'm out of time for today but will try to give some more details and possible
options tomorrow.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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