This simple script:
Code:
import time
import xbmc
xbmc.log("Started")
while 1:
print "Abort Requested: "+str(xbmc.abortRequested)
if (xbmc.abortRequested):
xbmc.log("Aborting...")
break
time.sleep(1)
xbmc.log("Exiting")logs "Abort Requested: False" even after XBMC has been requested to exit, still after the "NOTICE: stop python" notification in the log, and then the script is interrupted by the system abruptly.
Is it a known bug? Perhaps fixed in recent releases?

![[Image: e4f63e45ba34fe4695b3bb08eb2499d8e4ee484e...4c076g.jpg]](http://www.mediafire.com/conv/e4f63e45ba34fe4695b3bb08eb2499d8e4ee484e4d2fe70f903275f93e5e4c076g.jpg)
Search
Help