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

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

[Octave-bug-tracker] [bug #44912] Ctrl+C doesn't interrupt and causes SI


From: Rik
Subject: [Octave-bug-tracker] [bug #44912] Ctrl+C doesn't interrupt and causes SIGABRT at exit
Date: Fri, 24 Apr 2015 15:06:54 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:37.0) Gecko/20100101 Firefox/37.0

Follow-up Comment #5, bug #44912 (project octave):

@Mike: It's true that we may not have been able to break out of system calls
in the past.  But we were able to break out of Octave m-files and this has
also disappeared.

Sample code in tst_for.m


N = 1e5;
for i = 1:N
  y(i) = sin (rand (1));
endfor


This takes about 5 seconds ond my computer and I can't use Ctrl+C to stop it. 
This worked in 3.8.2.



(file #33771)
    _______________________________________________________

Additional Item Attachment:

File name: tst_for.m                      Size:0 KB


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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