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

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

[Octave-bug-tracker] [bug #49609] KDE crash when Ctrl+C in Octave GUI


From: Dmitri A. Sergatskov
Subject: [Octave-bug-tracker] [bug #49609] KDE crash when Ctrl+C in Octave GUI
Date: Tue, 15 Nov 2016 14:17:34 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:49.0) Gecko/20100101 Firefox/49.0

Follow-up Comment #1, bug #49609 (project octave):

Could you make a simple test script that shows the problem?
I tried with

a=(randn(1000));
for jj=1:10000
disp(jj)
tic;
inv(a)*a;
toc
endfor

and I can interrupt it with Ctrl-C w/o any problem.
(This is on Fedora 24)

Dmitri.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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