Hi,
Am 21.03.2010 16:36, schrieb Peter Odéus:
Would you be so kind and create a backtrace of xine when this happens again. And provide an "unwrapped" backtrace, e. g. by attaching the backtrace as a text file, which makes it easier to read, especially as xine has much more threads.
I would happily do that if you can guide on how to backtrace xine.
When xine is unresponsive, type something like that:
gdb /path/to/xine `pidof xine`
At the gdb prompt, issue the following command:
thread apply all bt
and provide the output.
Bye.