GNOME Bugzilla – Bug 120809
Random crash when switching between workspaces
Last modified: 2004-12-22 21:47:04 UTC
When switching between workspaces using ctrl-Alt-Arrow keys, got this dump. Not simulatable every time though
+ Trace 39809
Created attachment 19545 [details] [review] Probable fix
okay, that was bad try, the patch did not fix it :/
I think I got a reasonable way to simulate this while debugging the panel. Start the panel from command line, there is a small delay when panel actually shows up. In the mean time start switching workspaces using the keyboard quickly, metacity dumps.
Created attachment 20029 [details] [review] One more attempt :)
in meta_workspace_activate_with_focus()a call to meta_workspace_focus_default_window() is made with NULL as parameter for MetaWindow. This seems to trigger the crash.
Discussed with Arvind, this is a possible dup of bug 122016
Rob's patch in bug 122016 fixes this crash too. *** This bug has been marked as a duplicate of 122016 ***