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?
GilSafeSingleLock(g_graphicsContext): UI unresponsive
Koying
Team-XBMC Member Joined: Sep 2008 Reputation: 4 Location: Brussels, Belgium |
2012-07-19 20:01
Post: #1
|
| find quote |
Koying
Team-XBMC Member Joined: Sep 2008 Reputation: 4 Location: Brussels, Belgium |
2012-07-23 01:02
Post: #2
Pull request created: https://github.com/xbmc/xbmc/pull/1204
|
| find quote |


Search
Help