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 658997 - Fix for 658228 causes Shell to crash
Fix for 658228 causes Shell to crash
Status: RESOLVED FIXED
Product: mutter
Classification: Core
Component: general
git master
Other Linux
: Normal critical
: ---
Assigned To: mutter-maint
mutter-maint
Depends on:
Blocks:
 
 
Reported: 2011-09-13 23:03 UTC by Adam Williamson
Modified: 2011-09-14 02:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
backtrace (14.72 KB, text/plain)
2011-09-13 23:03 UTC, Adam Williamson
Details

Description Adam Williamson 2011-09-13 23:03:08 UTC
Created attachment 196445 [details]
backtrace

The patch for https://bugzilla.gnome.org/show_bug.cgi?id=658228 , which I tried as a potential fix for https://bugzilla.gnome.org/show_bug.cgi?id=657869 , seems to make Shell very crash-y for me. I applied the patch alone to mutter 3.1.90.1. After that, it seems that Shell crashes shortly after startup, then again any time I drag a Firefox window from my left screen to my right screen. It appears to be a segfault:

Program received signal SIGSEGV, Segmentation fault.
cogl_object_unref (object=0x0) at ./cogl-object.c:61
61	  if (--obj->ref_count < 1)

I'll attach the full gdb backtrace.
Comment 1 Matthias Clasen 2011-09-14 02:25:53 UTC
I believe Jasper fixed this shortly after: 

http://git.gnome.org/browse/mutter/commit/?id=9520eaa970b7a106326e8a6e8deb681887040b31
Comment 2 Adam Williamson 2011-09-14 02:53:31 UTC
yeah, indeed, that fixed it.