After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 638818 - gnome-terminal leaks open /dev/ptmx file handles
gnome-terminal leaks open /dev/ptmx file handles
Status: RESOLVED DUPLICATE of bug 632257
Product: vte
Classification: Core
Component: general
0.26.x
Other Linux
: Normal major
: ---
Assigned To: VTE Maintainers
VTE Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-01-06 11:53 UTC by Lubomir Rintel
Modified: 2011-01-06 12:13 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Lubomir Rintel 2011-01-06 11:53:27 UTC
Version: gnome-terminal-2.32.0-1.fc14.i686

Steps to reproduce:

1.) # ls -l /proc/$(pidof gnome-terminal)/fd |grep ptmx |wc -l
23

2.) Open and close a tab

3.) # ls -l /proc/$(pidof gnome-terminal)/fd |grep ptmx |wc -l
24

Addition al information:

For me, gnome-terminal usually reaches 1023 open file descriptors after few days of use, which is the default open file ulimit for my operating system. Obvious, though a bit incovnenient, workaround is to launch another gnome-terminal instance at that point.
Comment 1 Christian Persch 2011-01-06 12:13:14 UTC

*** This bug has been marked as a duplicate of bug 632257 ***