GNOME Bugzilla – Bug 110597
xvideosink crashes metacity
Last modified: 2004-12-22 21:47:04 UTC
gst-launch videotestsrc ! xvideosink causes metacity to crash, and exits my X session. This happens with both 0.6.0 and HEAD. fvwm2 and twm do not crash. gst-player with 0.6.0 does not cause metacity to crash, probably because the xvideosink window is embedded.
What metacity version? stacktrace? Metacity 2.4.34 with cvs HEAD and Metacity 2.4.13 with 0.6.0 didn't cause problems here
metacity 2.5.0 XFree86 4.2.1 using mga driver (Matrox Graphics, Inc. MGA G550 AGP)
+ Trace 35868
Since meta_bell_notify_frame_destroy is a function that is new to metacity 2.5.0, I tend to believe it's a metacity bug. So I'm moving it there.
This may be caused by metacity not working correctly when the normal hints aren't set by the application. I'll attach a patch which shares the existing normal_hints manipulation code between the property reload function and the window creation function.
Created attachment 16029 [details] [review] Initialize size_hints at window creation time
Adding PATCH keyword and setting priority->high because of the patch.
Is this patch relevant for 2.2.x too?
The bug does not exist in metacity-2.4.34. I'm not sure which version ships with Gnome-2.2.
Did Keith's patch fix this?
It does not crash with 2.5.1, which appears to have the patch.