Issue 260: runTouchApp() does not returns in multithreading environnments
Status:  Done
Owner: ----
Closed:  Jun 2010
Reported by ilya.cas...@gmail.com, Jun 5, 2010
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.

testcase.py
659 bytes   View   Download
Jun 6, 2010
Project Member #1 txprog
fixed in master
Status: Done
Labels: Milestone-0.5 Component-Core