Commit c042f2d2 authored by Jim Lawson's avatar Jim Lawson
Browse files

Avoid death on unexpected exceptions.

Revert to more of original design (reduce exception interception), but intercept at a higher level.
Remove waiting.acquire() in run() method in exception processing so we get to call threadFinished() and scheduler() after the thread's demise.
Synchronize access to allThreads.
Move thread manipulation code into ThreadedBackend - killAllTesterThreads().
parent 5522e5cc
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment