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

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

[Octave-bug-tracker] [bug #48989] wrong error message while running long


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #48989] wrong error message while running long function file and saving it, GUI hangs until complete
Date: Sat, 10 Sep 2016 15:50:47 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:48.0) Gecko/20100101 Firefox/48.0

Update of bug #48989 (project octave):

                  Status:                    None => Confirmed              

    _______________________________________________________

Follow-up Comment #3:

I mean that the GUI is entirely non-responsive until the function finishes
execution, not after clicking Save, but after clicking Yes to the "quit
debugging?" prompt. The focus cannot even be returned to the command window,
let alone sending an interrupt to stop execution.

I made a function file that contains


for i = 1:1000
  pause (1);
endfor


and the GUI was completely unresponsive to any keyboard or mouse actions after
clicking Yes, probably until the 16 minutes it would have taken to let it
finish.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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