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 604319 - Handle XError and XIOError for unknown displays
Handle XError and XIOError for unknown displays
Status: RESOLVED OBSOLETE
Product: metacity
Classification: Other
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Metacity maintainers list
Metacity maintainers list
Depends on:
Blocks:
 
 
Reported: 2009-12-10 23:12 UTC by Owen Taylor
Modified: 2015-04-15 13:20 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Handle XError and XIOError for unknown displays (2.07 KB, patch)
2009-12-10 23:12 UTC, Owen Taylor
accepted-commit_now Details | Review

Description Owen Taylor 2009-12-10 23:12:00 UTC
The atk-bridge GTK+ module opens its own display; if we get an
XIOError on that display, we shouldn't abort with a meta_bug()
but just exit normally. Also fix a segfault if we got an XError
for that display.
Comment 1 Owen Taylor 2009-12-10 23:12:02 UTC
Created attachment 149554 [details] [review]
Handle XError and XIOError for unknown displays
Comment 2 Colin Walters 2012-01-24 21:43:28 UTC
Review of attachment 149554 [details] [review]:

Makes sense to me.

(Also, atk-bridge really opens up a new X connection?  ugh...)