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 312373 - [PATCH] utmp not getting updated if gnome-pty-helper dies before terminal
[PATCH] utmp not getting updated if gnome-pty-helper dies before terminal
Status: RESOLVED FIXED
Product: vte
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: VTE Maintainers
VTE Maintainers
list-kmaraas
Depends on:
Blocks:
 
 
Reported: 2005-08-02 15:06 UTC by Bastien Nocera
Modified: 2005-08-04 23:35 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
vte-0.11.10-gpty-vnc.patch (582 bytes, patch)
2005-08-02 15:07 UTC, Bastien Nocera
none Details | Review

Description Bastien Nocera 2005-08-02 15:06:02 UTC
If you run a few terminals under VNC, and just close the VNC session, then as
well as the gnome-terminal processes getting killed, gnome-pty-helper gets
killed and doesn't have the chance of cleaning up utmp.
Comment 1 Bastien Nocera 2005-08-02 15:07:41 UTC
Created attachment 50136 [details] [review]
vte-0.11.10-gpty-vnc.patch

Patch from Dave Lehman <dlehman@redhat.com> to attach a signal handler and
clean up utmp on SIGTERM and SIGKILL.
Comment 2 Kjartan Maraas 2005-08-04 23:35:42 UTC
Commited.