Site icon EfmSoft

What does macOS kernel return 37 (KERN_TERMINATED) mean?

 
Could be also:
ConstantTypeOS
ippStsUnknownCacheSizeIntel Ipp StatusAny
ENOLCKerrnoLinux
EALREADYerrnoMac
ECHRNGerrnoSolaris
NPFS_FILE_SYSTEMBugCheck CodeWindows
Previous Next
KERN_NOT_DEPRESSED KERN_LOCK_SET_DESTROYED

KERN_TERMINATED

Object lifetime, not parameter syntax

KERN_TERMINATED indicates that the referenced Mach object reached its terminal state before or during the operation. The port name or handle may still appear in application diagnostics, but the kernel object behind it is no longer usable for this request.

That makes this a lifecycle race to investigate. It is distinct from KERN_INVALID_NAME and KERN_INVALID_RIGHT, which describe name/right resolution, and from KERN_INVALID_TASK, which is specifically about an inactive task target.

What to inspect

References


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

Exit mobile version