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 737205 - gdk/x11: Call exit() instead of _exit()
gdk/x11: Call exit() instead of _exit()
Status: RESOLVED DUPLICATE of bug 646338
Product: gtk+
Classification: Platform
Component: .General
unspecified
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2014-09-23 18:10 UTC by Colin Walters
Modified: 2014-09-23 19:49 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gdk/x11: Call exit() instead of _exit() (1.32 KB, patch)
2014-09-23 18:10 UTC, Colin Walters
none Details | Review

Description Colin Walters 2014-09-23 18:10:40 UTC
Anaconda is a program that wants to run atexit handlers; it can
get disconnected from X if VNC crashes.

Note that both libX11 and Qt call exit() and not _exit(), so this
changes GTK+ to match.
Comment 1 Colin Walters 2014-09-23 18:10:42 UTC
Created attachment 286911 [details] [review]
gdk/x11: Call exit() instead of _exit()
Comment 2 Matthias Clasen 2014-09-23 18:27:06 UTC
this was changed as recently as 2011, see bug 646338. Have things changed ?
Comment 3 Colin Walters 2014-09-23 19:49:13 UTC
Looks like no.

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