Comment 11 for bug 1511063

Revision history for this message
Paweł Stołowski (stolowski) wrote :

Ok, the real problem is this scope has debug mode enabled in the ini file:
ScopeRunner=./qtc_device_debughelper.py scope com.ubuntu.developer.boghison.mixcloud_mixcloudscope /usr/lib/arm-linux-gnueabihf/unity-scopes/scoperunner '' %S
DebugMode=true

which pretty much disables all the timeouts we have in the middleware (so that scopes can be debugged with SDK & gdb, client doesn't throw after scope execution is paused). Scopes should never be released in such state to the store (store should prevent this IMO). It would also be nice if we could deal with it somehow.