Intel® Trace Analyzer and Collector User and Reference Guide
Visible to Intel only — GUID: GUID-540355E9-2622-4D09-A4AF-7650523B8D9F
Visible to Intel only — GUID: GUID-540355E9-2622-4D09-A4AF-7650523B8D9F
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.