[gstreamer-bugs] [Bug 340286] [shout2send] segfaults when changing state from PLAYING->READY->PLAYING

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue May 2 03:25:32 PDT 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=340286
 GStreamer | gst-plugins-good | Ver: 0.10.2





------- Comment #5 from Tim-Philipp Müller  2006-05-02 10:25 UTC -------
This warning looks pretty evil:

(c_treamer:18763): GStreamer-WARNING **: trying to join task 0x694980 from its
thread would deadlock

You should track down where it comes from exactly, by setting the G_DEBUG
environment variable like this:

  $ export G_DEBUG=fatal_warnings

and then running your program in gdb (it will then abort at the warning and the
stack trace will show you where it was triggered from).


As for the hanging - no idea. Did you try connecting to your program with gdb
while it hangs and seeing where exactly it's hanging?

  $ gdb -p <pid of your program>
  (gdb) thread apply all bt


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list