What does Intel IPP status -214 (ippStsLzoBrokenStreamErr) mean?

 
Previous Next
ippStsOFBSizeErr ippStsRoundModeNotSupportedErr

ippStsLzoBrokenStreamErr

This status belongs to LZO decompression paths. The safe decompressor rejected the input stream because the compressed data cannot be interpreted as a valid LZO-coded sequence.

Typical causes are truncated input, a wrong container boundary, corrupted compressed bytes, or passing a stream compressed by a different algorithm.

Diagnostic focus

  • Preserve the compressed payload bytes and the exact compressed/uncompressed size pair.
  • Verify that any outer container header was removed before the LZO payload was passed to IPP.
  • Distinguish stream corruption from destination-buffer shortage by logging output capacity separately.

LZO project documentation · IPP error reporting


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