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

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

[Octave-bug-tracker] [bug #49736] GUI: Crash when attempting to use the


From: anonymous
Subject: [Octave-bug-tracker] [bug #49736] GUI: Crash when attempting to use the editor after too many files are opened
Date: Thu, 8 Mar 2018 18:05:36 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:58.0) Gecko/20100101 Firefox/58.0

Follow-up Comment #7, bug #49736 (project octave):

> You said the crash happens sometimes, still with signal 5?

>From the GUI yes, it's always signal 5: "octave exited with signal 5"

> Can you avoid the crash using close("all") when nothing works any longer?

No, because when nothing works, "close" also doesn't work:

-----
>> files = glob("/usr/bin/*");
>> for i = 1:length(files)
  [f, err] = fopen(files{i});
endfor
>> ls
error: no such file, '/usr/share/octave/4.2.1/m/miscellaneous/ls.m'
>> close("all");
error: no such file, '/usr/share/octave/4.2.1/m/plot/util/close.m'
-----

> Which Linux do you use?

Debian Buster.

$ uname -a
Linux 4.14.0-3-amd64 #1 SMP Debian 4.14.17-1 (2018-02-14) x86_64 GNU/Linux

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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