[Cppunit-devel] RE: How can I continue after "segmentation fault"
Brought to you by:
blep
From: Rim, M. <mar...@cs...> - 2002-09-19 16:55:41
|
this topic probably outside the scope of cppunit per se. ... but try fork-ing and wait-ing for the exit code. on solaris, i think the exit code for a core dump is like 128 + signal-code. ----- Original Message ----- From: "Richard Uhlmann" <ric...@im...> To: <cpp...@li...> Sent: Monday, September 16, 2002 12:59 PM Subject: [Cppunit-devel] How can I continue after "segmentation fault" > 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 This message is for the named person's use only. It may contain sensitive and private proprietary or legally privileged information. No confidentiality or privilege is waived or lost by any mistransmission. If you are not the intended recipient, please immediately delete it and all copies of it from your system, destroy any hard copies of it and notify the sender. You must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message if you are not the intended recipient. CREDIT SUISSE GROUP and each legal entity in the CREDIT SUISSE FIRST BOSTON or CREDIT SUISSE ASSET MANAGEMENT business units of CREDIT SUISSE FIRST BOSTON reserve the right to monitor all e-mail communications through its networks. Any views expressed in this message are those of the individual sender, except where the message states otherwise and the sender is authorized to state them to be the views of any such entity. Unless otherwise stated, any pricing information given in this message is indicative only, is subject to change and does not constitute an offer to deal at any price quoted. Any reference to the terms of executed transactions should be treated as preliminary only and subject to our formal written confirmation. |