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

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

[Octave-bug-tracker] [bug #54431] GUI crashes on workspace refresh while


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #54431] GUI crashes on workspace refresh while executing script
Date: Mon, 17 Sep 2018 17:13:05 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.92 Safari/537.36

Update of bug #54431 (project octave):

                 Summary: GUI crashes in execution of script using control tf
objects => GUI crashes on workspace refresh while executing script

    _______________________________________________________

Follow-up Comment #13:

Reposting a simpler example from bug #54656 that also causes Octave to crash
in the same way.


a = ones (10000000, 1);
b = sort (a);
clear a;
b = [];
a = ones (1048576, 1);
b = sort (a);


This should be saved as a script file and run from within the GUI. It will
crash in Octave 4.4 as is, and it will crash in Octave 5 with the debugger
active and the Enter key held down to dbstep rapidly.

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?54431>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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