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

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

[Octave-bug-tracker] [bug #49736] Crash when too many files are opened


From: Kai Torben Ohlhus
Subject: [Octave-bug-tracker] [bug #49736] Crash when too many files are opened
Date: Sat, 3 Dec 2016 11:15:19 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.75 Safari/537.36

Update of bug #49736 (project octave):

                Severity:              3 - Normal => 4 - Important          
                  Status:                    None => Confirmed              
                 Release:                   4.0.3 => dev                    
                 Summary: GUI crash when too many files are open => Crash when
too many files are opened

    _______________________________________________________

Follow-up Comment #1:

This still happens for the dev version in GUI and CLI for a slightly modified
version to get enough files to open:

mytest.m

files = glob("/usr/bin/*");
for i = 1:length(files)
  [f, err] = fopen(files{i});
endfor



$ ./run-octave --no-gui
GNU Octave, version 4.3.0+
[snip]

octave:1> mytest
octave:2> ls
error: no such file,
'/workspace/octave/build/../repo/scripts/miscellaneous/ls.m'
octave:2> exit
error: no such file,
'/workspace/octave/build/../repo/scripts/startup/__finish__.m'
error: ignoring const octave::execution_exception& while preparing to exit
error: writing file '/home/siko1056/.octave_hist': Too many open files
error: ignoring const octave::execution_exception& while preparing to exit


    _______________________________________________________

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]