https://bugzilla.novell.com/show_bug.cgi?id=224844 meissner@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED Info Provider|max@stranger-team.ru | ------- Comment #10 from meissner@novell.com 2007-01-05 07:09 MST ------- it is waiting for a pthread conditional. note that the program is not multithreaded (just 1 thread running). I suspect the following: - banshee initializes gstreamer multihreaded. - gst notes the registry is not there. - gst fork()s to create the registry. - this does not clear the multithread io flag in ORBIT - this mistakenly assumes it is still multithreaded, while it isnt. - hangs waiting for uninitialized pthread condition. So I suspect it is a gstreamer010 bug. I was able to workaround by starting totem once, afterwards it works. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.