eric-hawthorne / relish

Automatically exported from code.google.com/p/relish
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Explorer hangs if target program remains paused for some time #55

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Invoke shared.relish.pl2012/dev_tools explorer on a target program that has 
an "explore or reflect.pause" statement.
2. Wait more than several minutes while the target program is paused.
3. Press [resume] button in explorer ui.

Expected output is the target program should resume, the resume button should 
disappear briefly, then reappear if there is another explore/pause point 
encountered by the target program. Target program console output (print 
statements) if any should also appear in between.

What actually happens is the target program appears hung, and the resume button 
remains. There is no further target program console output.

Original issue reported on code.google.com by relis...@gmail.com on 17 Dec 2013 at 10:13