possible bug: system.execWait() + Sleep
#1
Not sure if this is a bug, or by design, but here's the scenario:

Set XBMC to sleep the system after X minutes, then via some method (favorite, plugin, etc...) call xbmc.system.execWait() and have that thread execute longer than X, when the thread terminates and xbmc resumes the system will immediately go to sleep.

Can anybody verify this and see if this should be filed in the tracker?

Oh, this is in the nightlies on Windows, but I assume it applies for other systems too.
Reply
#2
yes. I have a very similar issue under windows. See http://forum.xbmc.org/showthread.php?tid=68057

The difference I have is that the 'windows sleep timer' seems to be running during the thread execution and will sleep the machine after the thread terminates, rather than the 'XBMC sleep timer' (well, they are probably both running)
Openelec on ASRock ION 330 / Kodi on Win 7 PC
Reply

Logout Mark Read Team Forum Stats Members Help
possible bug: system.execWait() + Sleep0