Lines Matching +full:message +full:- +full:handling +full:- +full:unit
11 <br> $Id: assert.html,v 1.6 2001-08-27 21:47:03 ca Exp $
49 cc -DSM_CHECK_ALL=0 -DSM_CHECK_REQUIRE=1 ...
71 The default action is to print an error message to smioerr
81 message and terminate the program. The callback function should
102 The assertion handling package
131 is called. By default, a message is printed to stderr and the
133 because arg <= 0, then the message
162 -DSM_CHECK_ALL=0 -DSM_CHECK_REQUIRE=1
182 the assertion once the code is unit tested.
241 then you can generate a better error message. For example,
258 <h2> Rationale for Logic Bug Handling </h2>
260 When a logic bug is detected, our philosophy is to log an error message
265 First of all, to facilitate post-mortem analysis, we want to dump core
282 if any exception handling code needed to be added to clean up properly
289 integrity of the data that the program is handling, then the
302 that the program is handling might cause more harm than good: they
311 and perform their thread-specific cleanup actions before terminating?
319 are also classes of error conditions for which exception handling and
348 "ensure" assertion types. In short, we are conforming to a de-facto