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