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

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

[Octave-bug-tracker] [bug #37672] GUI doesn't react to CTRL+C


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #37672] GUI doesn't react to CTRL+C
Date: Wed, 13 Nov 2013 22:01:16 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130917 Firefox/17.0 Iceweasel/17.0.9

Follow-up Comment #24, bug #37672 (project octave):

Michael Godfrey:

What about the test with "kill -INT PID":

What happens if you execute "sleep (200)" at the Octave prompt and then do
"kill -INT PID" with PID == the process ID of the Octave process? This should
be the one that is shown as "octave" in the output from ps, not the
"lt-octave-gui" process. 

Does that deliver an interrupt signal to Octave?  If so, does it interrupt the
sleep function?

I'm trying to determine whether it is a problem with Ctrl-C not being acted on
by Qt (we expect that it is defined as a keyboard shortcut that will
eventually put us in the copyClipboard function in the terminal widget) or if
it is that signal handling is not working.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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