Intel® Trace Analyzer and Collector User and Reference Guide

ID 767272
Date 3/31/2023
Public
Document Table of Contents

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.