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: Tue, 16 Jul 2013 05:08:46 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.110 Safari/537.36

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

It does not crash for me in command-line mode, it just breaks out of the loop
immediately as it should:


$ cat testloop.m 
for n=1:1e4
tic
m = randn(2000,2000);
im = inv(m);
disp(num2str(n))
toc
end
$ octave-cli -qf
octave-cli:1> testloop
^C1
Elapsed time is 5.48175 seconds.

octave-cli:1> 


    _______________________________________________________

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]