IntelĀ® Trace Collector 9.1 Update 2 User and Reference Guide
CHECK-MAX-ERRORS <number>
VT_CHECK_MAX_ERRORS
1
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.