What steps will reproduce the problem?
1. start an neverending thread, then runTouchApp(widget)
2. press "esc"
3. runTouchApp() never returns
What is the expected output? What do you see instead?
line after runTouchApp() in application should be reached.
Instead, runTouchApp() never returns.
What version of the product are you using? On what operating system?
latest tito's version, without the 'return' statement at the end of
runTouchApp()
Please provide any additional information below.
with 'return' in
finally:
stopTouchApp()
return
the problem is solved, runTouchApp() returns, and i can stop the infinite
loop in the second thread.
testcase in attached file.
Labels: Milestone-0.5 Component-Core