GNOME Bugzilla – Bug 134919
Crash in meta_window_focus()
Last modified: 2004-12-22 21:47:04 UTC
I get repeated crashes in metacity-2.6.4, as follows: $ gdb metacity [...] (gdb) run --replace Starting program: /usr/bin/metacity --replace (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)...[Thread debugging using libthread_db enabled] [New Thread -1084370816 (LWP 12193)] (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (/usr/bin/metacity:12193): GLib-CRITICAL **: file gstrfuncs.c: line 2129 (g_strsplit): assertion `string != NULL' failed (/usr/bin/metacity:12193): GLib-CRITICAL **: file gstrfuncs.c: line 2241 (g_strjoinv): assertion `str_array != NULL' failed (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)...thread apply all bt Window manager warning: Working around an application which called XSetInputFocus (None) or with RevertToNone instead of RevertToPointerRoot, this is a minor bug in some application. If you can figure out which application causes this please report it as a bug against that application. Program received signal SIGSEGV, Segmentation fault. [Switching to Thread -1084370816 (LWP 12193)] 0x080996a9 in meta_window_focus () (gdb) thread apply all bt
+ Trace 44382
Thread 1 (Thread -1084370816 (LWP 12193))
Sorry, I don't have debug info available. Is this enough info to fix the problem?
Stack trace appears to match the ones in bug 133252 and bug 133652, both of which are the mru list crash (bug 122016). Dup?
maybe not. It would appear that there's another crash or two left in the MRU stuff after all.
*** This bug has been marked as a duplicate of 122016 ***