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: Philip Nienhuis
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 19:02:43 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0 SeaMonkey/2.40

Follow-up Comment #4, bug #48989 (project octave):

Thanks, I see the same on Windows with this function:

function [ ret ] = newfile ()

  tic
  inv (rand (7e3));
  toc

endfunction


when changing the 7e3 to 6e3 and then clicking the Save button:

>> newfile
Elapsed time is 10.0736 seconds.
>> newfile   ### After 2 secs change 7e3->6e3, 
             ### click Save & and click "Yes" in popup
Elapsed time is 11.8277 seconds.
>> dbquit

error: dbquit: can only be called in debug mode
>>



    _______________________________________________________

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]