[Gstreamer-bugs] [Bug 111349] Changed - gstreamer library foobars gtk+ with XInitThreads

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Sat Apr 26 12:09:10 PDT 2003


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=111349

Changed by otaylor at redhat.com.

--- shadow/111349	Sat Apr 26 14:27:55 2003
+++ shadow/111349.tmp.21887	Sat Apr 26 15:09:10 2003
@@ -192,6 +192,17 @@
 #15 0x0fddde04 in gnome_program_postinit () from /usr/lib/libgnome-2.so.0
 #16 0x0fdde11c in gnome_program_initv () from /usr/lib/libgnome-2.so.0
 #17 0x0fdddef8 in gnome_program_init () from /usr/lib/libgnome-2.so.0
 #18 0x10019e44 in main (argc=1, argv=0x7ffff974) at totem.c:3131
 #19 0x0f037d04 in __libc_start_main () from /lib/libc.so.6
 (gdb)
+
+------- Additional Comments From otaylor at redhat.com  2003-04-26 15:09 -------
+Well, what that indicates is that someone didn't _unlock_
+the display, so the attempt to lock it again hangs.
+
+Which is going to be harder to debug; you'll
+basically have to put breakpoints in XLockDisplay() and
+XUnlockDisplay() and step through the init sequence until
+you find the point where the display is locked and
+then not unlocked.
+





More information about the Gstreamer-bugs mailing list