Lines Matching +full:fault +full:- +full:log +full:- +full:enable
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 ...
80 arguments as sm_abort_at, and is expected to log an error
142 You can use compile time macros to selectively enable or disable
144 For example, you might want to enable SM_REQUIRE checking
162 -DSM_CHECK_ALL=0 -DSM_CHECK_REQUIRE=1
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
290 program is not fault tolerant, and needs to be redesigned.
293 the program might be terminated by a memory fault (possibly as a
297 If the program has a fault tolerant design, then it will not lose
311 and perform their thread-specific cleanup actions before terminating?
326 Here is a strategy for making sendmail fault tolerant.
348 "ensure" assertion types. In short, we are conforming to a de-facto