What does Intel IPP status 7 (ippStsLnZeroArg) mean?

 
Could be also:
ConstantTypeOS
ERROR_ARENA_TRASHEDWin32 errorWindows
KERN_NOT_RECEIVERKern returnMac
E2BIGerrnoAny
INVALID_SOFTWARE_INTERRUPTBugCheck CodeWindows
Previous Next
ippStsDivByZero ippStsLnNegArg

ippStsLnZeroArg

Natural logarithm is undefined at zero in real-valued arithmetic. IPP can report this warning when zero input elements are processed by logarithm routines.

The status explains output such as negative infinity or a substituted boundary value. It is not a pointer or stride problem.

Check these details

  • Zero-valued samples in the logarithm input vector or image.
  • Whether the caller should add an offset before log-domain processing.
  • Downstream code that assumes all log results are finite.

Intel IPP Error Reporting · IPP special-case handling


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