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 134919 - Crash in meta_window_focus()
Crash in meta_window_focus()
Status: RESOLVED DUPLICATE of bug 122016
Product: metacity
Classification: Other
Component: general
2.6.x
Other Linux
: Normal normal
: ---
Assigned To: Metacity maintainers list
Metacity maintainers list
Depends on:
Blocks:
 
 
Reported: 2004-02-20 01:39 UTC by Luke Hutchison
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Luke Hutchison 2004-02-20 01:39:50 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
 

Thread 1 (Thread -1084370816 (LWP 12193))

  • #0 meta_window_focus
  • #1 meta_workspace_focus_mru_window
  • #2 meta_workspace_activate


Sorry, I don't have debug info available.  Is this enough info to fix the
problem?
Comment 1 Elijah Newren 2004-02-20 01:49:50 UTC
Stack trace appears to match the ones in bug 133252 and bug 133652,
both of which are the mru list crash (bug 122016).  Dup?
Comment 2 Rob Adams 2004-02-20 02:10:49 UTC
maybe not.  It would appear that there's another crash or two left in
the MRU stuff after all.
Comment 3 Rob Adams 2004-02-28 16:24:57 UTC

*** This bug has been marked as a duplicate of 122016 ***