Site icon EfmSoft

What does Intel IPP status -188 (ippStsRegExpMatchLimitErr) mean?

 
Previous Next
ippStsRegExpErr ippStsRegExpQuantifierErr

ippStsRegExpMatchLimitErr

This status is a runtime matching limit, not a failure to parse the pattern. The compiled expression and input can be syntactically valid while the matcher still stops because the configured match budget is exhausted.

For diagnostics, preserve both the pattern and the input slice. Catastrophic backtracking, nested quantifiers, ambiguous alternation, and unexpectedly long input are more relevant than memory alignment or character encoding alone.

Useful checks

Intel IPP RegExp functions · Perl regular expression reference


Looking for a different code? Search another status or error code.

Exit mobile version