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 too many files are open


From: anonymous
Subject: [Octave-bug-tracker] [bug #49736] GUI crash when too many files are open
Date: Tue, 29 Nov 2016 14:23:02 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0

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

                 Summary: GUI crash when too many files are open
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Tue 29 Nov 2016 02:23:00 PM UTC
                Category: GUI
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Crash
                  Status: None
             Assigned to: None
         Originator Name: Alberto Donizetti
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.0.3
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Octave 4.0.3 crashes with "signal 5" when using the editor after too many
files are opened in the command window.

Steps to reproduce:
 
1) Keep opening files in the command window until fopen returns an error. For
example, if 'dir' is a directory with many files in it, chdir to dir and then


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


and keep going until err is "Too many open files".

2) Switch to the editor tab in the GUI

- sometimes, Octave crashes right away
- when it doesn't, it'll crash as soon as you try to open a new file, or try
to save an existing .m file 





    _______________________________________________________

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]