GNOME Bugzilla – Bug 724406
segfault in shell_app_compare
Last modified: 2014-02-15 11:08:39 UTC
With shellshape[0] installed, I can reproduce reliably: 1) Install gnustep-examples package (fedora) 2) run the `Calculator` example program (/usr/bin/Calculator) 3) quit the app (alt-q) 4) Press the overview key (Super_L) [0] https://extensions.gnome.org/extension/294/shellshape/ gnome-shell crashes before the overview is displayed. I don't know why shellshape causes the crash, most likely it's just exercising some less common code path (it iterates through active windows a lot, for example). I also don't know why gnustep apps would trigger it, but perhaps they're doing something abnormal with those floating non-application windows (both gnustep examples I've tried cause the bug, it's not specific to Calculator). When I attach to gnome-shell with gdb, I get the following backtrace: Program received signal SIGSEGV, Segmentation fault. 0x00007f9d9dd8548e in shell_app_compare () from /usr/lib64/gnome-shell/libgnome-shell.so (gdb) bt
+ Trace 233178
After some more digging, I've ruled out shellshape: you can get the same crash without shellshape installed by following the same steps as above, but by replacing step 4) with: 4) run looking glass (alt+f2, "lg") 5) evaluate: imports.gi.Shell.AppSystem.get_default().get_running();
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of bug 723308 ***