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: Thorsten Liebig
Subject: [Octave-bug-tracker] [bug #37672] GUI doesn't react to CTRL+C
Date: Sun, 14 Jul 2013 11:55:44 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:22.0) Gecko/20100101 Firefox/22.0

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

What do you mean by normal script?

I tried this (as a script):

for n=1:1e4
sleep(3)
disp(num2str(n))
end


If I hit CTRL+C it aborts after the next sleep is done. It seems that the GUI
(on Linux) is unable to interrupt a command and can only stop the script after
a sleep is done??

I tried something more useful than sleep:

for n=1:1e4
tic
m = randn(2000,2000);
im = inv(m);
disp(num2str(n))
toc
end


trying to abort this with CTRL+C, ends up in a complete hangup/freeze and
crash of Octave :(

Something here is pretty broken, at least for me...



    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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