GNOME Bugzilla – Bug 337954
minimize un-decorated window fastly make metacity shut down.
Last modified: 2006-04-11 03:04:24 UTC
Please describe the problem: After I open a window that are not decorated, such as ReciteWord(http://reciteword.cosoft.org.cn), then click the corresponding button on the task list fastly, that show and hide it again and again, then metacity will shut down. Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
Sounds like it may be a duplicate of bug 337868. Can you obtain a stack trace with debugging symbols?
Can you tell me how to get the stack trace by steps? Do I need to compile metacity from source?
See bug 337868 comment 4; you shouldn't need to compile metacity from source unless your distribution doesn't provide any debuginfo packages.
OK, I get it:
+ Trace 67564
Had to download the Fedora SRPM to find this; it's due to this line of the metacity-2.13.144-bling.patch: g_print ("focusing something other than %lx\n", window->frame->xwindow); Because it erroneously assumes window->frame isn't NULL. This bug was also temporarily in CVS HEAD but appears to have been removed just a few revisions after it was put in. I'll ping Søren and Ray so one of them can fix/update the Fedora patch and package if they haven't done so already.
Thanks, I'll have a look at it tonight.
Hi huzheng, I've committed Elijah's fix for this problem in FC5 updates-testing, and will be pushing it out to FC5 updates soon after.