Site icon EfmSoft

What does macOS kernel return 26 (KERN_INVALID_PROCESSOR_SET) mean?

 
Could be also:
ConstantTypeOS
ERROR_NOT_DOS_DISKWin32 errorWindows
ippStsOvermuchStringsIntel Ipp StatusAny
ETXTBSYerrnoLinux
ETXTBSYerrnoMac
ETXTBSYerrnoSolaris
MEMORY_MANAGEMENTBugCheck CodeWindows
Previous Next
KERN_MEMORY_RESTART_COPY KERN_POLICY_LIMIT

KERN_INVALID_PROCESSOR_SET

Control port versus processor-set name

KERN_INVALID_PROCESSOR_SET is not a CPU-availability error. It means an operation requiring processor-set control privileges received a port that was not the required processor-set control port. In Mach, the type of access is represented by the particular port right, not by a generic integer identifier.

Processor-set control interfaces are privileged kernel-management facilities. Treat this result as an object-capability mismatch: a retry with the same port will not turn it into a control port.

What to inspect

References


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

Exit mobile version