[Cppunit-devel] How can I continue after "segmentation fault"
Brought to you by:
blep
From: Richard U. <ric...@im...> - 2002-09-16 10:59:21
|
Hi, can anybody tell me, how I can startover to the next test within my testsuite, after a system error has occured within one of my tests like "bus trap, segmentation fault..." Catching the exception as it is shown in the "money-example" does not work, because the OS is terminating my process at once. (I am using cppunit under Linux) regards Richard |