[Bug 118364] crash when seek movie

Christoph Pfister christophpfister at gmail.com
Mon May 28 15:58:57 UTC 2007


------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
         
http://bugs.kde.org/show_bug.cgi?id=118364         




------- Additional Comments From christophpfister gmail com  2007-05-28 17:58 -------
>I can still reproduce it with xine 1.1.6
>It does not matter if I seek using the slider or by using the arrow keys.
>gxine has the same problem.
>xine-ui does not have the problem.

Okay - so the issue is in xine-lib :)

>Thread 1 (Thread -1239045488 (LWP 28427)):
<snip>
>#3  0xb652649d in pthread_mutex_lock () from /lib/tls/i686/cmov/libpthread.so.0
>#4  0xb5b96908 in xine_play (stream=0x8b65360, start_pos=21391, start_time=0) at xine.c:1201
<snip>

xine.c:1201 is "pthread_mutex_lock( &stream->demux_lock );" (although I don't know which version you're using I'm pretty sure)

>Thread 12 (Thread -1391789168 (LWP 28441)):
<snip>
>#4  0xb5bb1f91 in demux_loop (stream_gen=0x8b65360) at demux.c:285
<snip>

demux.c:285 is "status = stream->demux_plugin->send_chunk(stream->demux_plugin);" - the problem occurs when this call blocks (because demux_lock is held) ...

I don't know the cause why it hangs for you - but kaffeine can't do anything against it ...



More information about the pkg-kde-bugs-fwd mailing list