GNU bug report logs -
#51110
Native-comp leaks fds open on /dev/ptmx
Previous Next
Reported by: Stephen Gildea <stepheng+emacs <at> gildea.com>
Date: Sat, 9 Oct 2021 15:46:02 UTC
Severity: important
Found in version 28.0.60
Done: Stephen Gildea <stepheng+emacs <at> gildea.com>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Version: 28.0.60
Severity: important
Native-comp leaks fds open on /dev/ptmx if you change 'invocation-name'
and then run a function that loads libraries and causes some compilation.
Emacs seems to compile each file multiple times (16 or more), and it soon
runs out of file descriptors.
To reproduce:
Use a newly built (configure --with-native-compilation) Emacs that has
never (successfully) run MH-E before; if your eln-cache has already been
populated, you will need to delete the cache to repeat the failure:
rm -r ~/.emacs.d/eln-cache
The Emacs must be interactive, and you can reproduce quickly as follows:
src/emacs -Q --eval '(setq invocation-name "emacs-leaks")' --eval '(mh-version)'
In a few seconds the echo area will say: "Creating pipe: Too many open files"
What should appear in the echo area: "nmh 1.7.1 installed as MH variant"
or maybe: "No MH variant found on the system"
This bug report was last modified 3 years and 175 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.