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: Mike Miller
Subject: [Octave-bug-tracker] [bug #49736] GUI: Crash when attempting to use the editor after too many files are opened
Date: Fri, 1 Feb 2019 02:40:17 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.81 Safari/537.36

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

The Octave GUI still crashes for me with signal 5 on the stable branch (hg id
903c9a39e051) when trying to open a file from the GUI after maxing out the
open file descriptor limit in the interpreter with


>> version -hgid
ans = 903c9a39e051
>> system ("ulimit -n");
1024
>> fid = []; for i = 1:1024; fid(i) = fopen (tempname (), "w+"); endfor


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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