Linux - VAAPI causes freeze on stop on 13.1
#16
the bt does not show all threads. did you type thread apply all?
Reply
#17
Oups, no forgot. Sorry about that.

This one should be better.
http://pastebin.com/vLLBqpwa
Reply
#18
You did not hit any vaapi issue in this case but some other very very strange issue. Your system seems to hang in pthread_cond_destroy. the condvar is still in use by some other slice threads which sould not be the case because we are already after the join:

https://github.com/xbmc/FFmpeg/blob/rele...ice.c#L118

After the join all slice threads should have terminated but your bt shows some active ones. I don't have any clue what's going on here yet.
Reply
#19
can you try this patch https://github.com/FernetMenta/xbmc/comm...75f6e159ee
Reply
#20
This fixes the problem. Is there some more information I can provide ?

Edit: tested it on git head. Should I test it on 13.1 too ?
Reply
#21
Nope - fernet PRd it, so it will most likely hit 13.2: https://github.com/xbmc/xbmc/pull/5101

Thanks for your help, highly appreciated.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#22
Thanks for XBMC, greatly appreciated too Smile
Reply
#23
Thanks! With a quick test, this appears to also fix my issue at http://forum.xbmc.org/showthread.php?tid...id=1760139 Smile
Reply

Logout Mark Read Team Forum Stats Members Help
Linux - VAAPI causes freeze on stop on 13.10