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: Mike Miller
Subject: [Octave-bug-tracker] [bug #37672] GUI doesn't react to CTRL+C
Date: Sun, 28 Jul 2013 19:38:47 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.71 Safari/537.36

Update of bug #37672 (project octave):

                  Status:          Ready For Test => Confirmed              

    _______________________________________________________

Follow-up Comment #14:

Setting status back to confirmed since we have a couple of cases here that are
not responding to user interrupt correctly.

Here's another one:


octave:1> system ("sleep 5")
^Cans = 2


In the command line, any child process receives the SIGINT, in this case the
command exits immediately and the exit status is non-zero.

Same with the 'F' command in the less pager, which runs to the end of the
input and waits for a user interrupt. If it cannot be interrupted, it never
returns and Octave has to be killed. See bug #37468 (assigning as a duplicate
of this bug now).

In the GUI both of these examples just hang, the child process does not
receive the SIGINT.

    _______________________________________________________

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]