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: John W. Eaton
Subject: [Octave-bug-tracker] [bug #49736] Crash when too many files are opened
Date: Thu, 8 Mar 2018 16:11:15 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

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

Doesn't /proc/sys/fs/file-max give the overall limit for all processes on the
system?  In bash, the commands


ulimit -S -n
ulimit -H -n


will give you the soft and hard limits for the current process.  On my system,
those numbers are 1024 and 4096.

I don't see a crash with the current development sources, just an error
message.  And the error returned by fopen is "too many open files".

Is there anything we can do here?  It seems that Octave is behaving as
expected here and that this report can be closed.

    _______________________________________________________

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]