Lines Matching full:might
144 For example, you might want to enable SM_REQUIRE checking
173 For example, it might require an entire statement block
291 There are several reasons why a program might be terminated unexpectedly:
292 the system might crash, the program might receive a signal 9,
293 the program might be terminated by a memory fault (possibly as a
295 might detect a logic bug and terminate itself. Note that executing
302 that the program is handling might cause more harm than good: they
303 might cause information to be corrupted or lost.
335 or no cleanup and then dies. A bug might be detected in several ways:
336 the process might dereference a NULL pointer, receive a signal 11,
337 core dump and die, or an assertion might fail, in which case the process