bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#22814: 25.0.91; Emacs runs out of file descriptors on OS X


From: Paul Eggert
Subject: bug#22814: 25.0.91; Emacs runs out of file descriptors on OS X
Date: Fri, 4 Mar 2016 16:32:37 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1

+   if ((errno == EMFILE) || (errno == ENFILE))
+       report_file_error ("Read error on documentation file", file);

This new code should be after the 2nd call to 'emacs_open', not after the 1st. The difference is unlikely to matter, but still.... I installed the attached further patch.

Attachment: 0001-doc-string-file-descriptor-exhaustion-fix.patch
Description: Text Data


reply via email to

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