Site icon EfmSoft

What does macOS kernel return 38 (KERN_LOCK_SET_DESTROYED) mean?

 
Could be also:
ConstantTypeOS
ERROR_HANDLE_EOFWin32 errorWindows
ippStsSymKernelExpectedIntel Ipp StatusAny
ENOSYSerrnoLinux
ENOTSOCKerrnoMac
EL2NSYNCerrnoSolaris
ENAMETOOLONGerrnoWindows
CDFS_FILE_SYSTEMBugCheck CodeWindows
Previous Next
KERN_TERMINATED KERN_LOCK_UNSTABLE

KERN_LOCK_SET_DESTROYED

A destroyed synchronization container

KERN_LOCK_SET_DESTROYED means the lock-set object itself is no longer available. It is not the same as KERN_LOCK_OWNED, where a valid lock is held by another thread, or KERN_LOCK_UNSTABLE, where ownership became invalid after a holder terminated.

The diagnosis should focus on lock-set lifetime: destruction must not race with clients that can still attempt acquisition, release, or membership operations.

What to inspect

References


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

Exit mobile version