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 525648 - Crash on 64bits system with alt-tab
Crash on 64bits system with alt-tab
Status: RESOLVED OBSOLETE
Product: metacity
Classification: Other
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Metacity maintainers list
Metacity maintainers list
Depends on:
Blocks:
 
 
Reported: 2008-04-01 21:27 UTC by Vincent Untz
Modified: 2010-01-20 19:10 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix crasher (299 bytes, patch)
2008-04-01 21:28 UTC, Vincent Untz
reviewed Details | Review

Description Vincent Untz 2008-04-01 21:27:25 UTC
When the compositor is not built, it seems there's a crash when doing alt-tab on 64 bits machines.

Attaching a patch to fix it. Applies to both trunk and gnome-2-22 (well, the patch won't apply for gnome-2-22 but the fix is the same)
Comment 1 Vincent Untz 2008-04-01 21:28:17 UTC
Created attachment 108440 [details] [review]
Fix crasher

When compositor is not built, the function returns nothing, and that's bad.
Comment 2 Thomas Thurman 2010-01-20 19:10:21 UTC
Review of attachment 108440 [details] [review]:

meta_compositor_get_window_pixmap() appears to return None when the compositor isn't built in the current version, so I assume this isn't needed any more.  Sorry I didn't get to it in time!