Kodi Community Forum

Full Version: crash when changing LiveTV channels
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When changing channels in LiveTV XBMC crashes at times. It doesn't
happen during every channel change but usually every other one. Towards the end is a gdb backtrace. The crash happens in pulseaudio.

I tried to track it down to a mutex problem but no luck.

xbmc log and gdb backtrace is at http://pastebin.com/HBAB8fCa

Thanks for any help.
could you type "thread apply all bt" in gdb when it happens and pastebin that too
(2013-02-12, 15:03)dushmaniac Wrote: [ -> ]could you type "thread apply all bt" in gdb when it happens and pastebin that too

http://pastebin.com/QLSp2tb1

that GDB command is new to me. thanks for the tip Smile
Fixed by Arne Morten Kvarving in commit ab5b9fcb0. Thanks
can somebody fix it for android please?