1 Test to make sure the runtime will not crash if an agent calls exit(3) while 2 other threads are performing operations. 3 4 In this case we have multiple threads all performing single stepping when we 5 call exit(3). 6