GilSafeSingleLock(g_graphicsContext): UI unresponsive
#1
There is, IMHO, something fishy with GilSafeSingleLock.

I have cases of the UI being unresponsive and I think it is due to a kind of race between 2 addons.
One of the is doing a window operation, so a GilSafeSingleLock is created but by the time the lock on g_graphicsContext is got, it takes ages to get the GIL back, resulting in a frozen UI.

Is it supposed to be so?
Reply
#2
Pull request created: https://github.com/xbmc/xbmc/pull/1204
Reply

Logout Mark Read Team Forum Stats Members Help
GilSafeSingleLock(g_graphicsContext): UI unresponsive0