CHECK-MAX-ERRORS
Syntax
CHECK-MAX-ERRORS <number>
Variable
VT_CHECK_MAX_ERRORS
Default
1
Description
Number of errors that has to be reached by a process before aborting the application.
0
disables the limit. Some errors are fatal and always cause an abort. Errors are counted per-process to avoid the need for communication among processes, as that has several drawbacks which outweigh the advantage of a global counter.Do not ignore errors, because they change the behavior of the application, thus the default value stops immediately when the first such error is found.