Site icon EfmSoft

What does macOS kernel return 0xE00002C8 (kIOReturnVMError) mean?

 
Previous Next
kIOReturnUnsupported kIOReturnInternalError

kIOReturnVMError

Virtual-memory context matters

kIOReturnVMError is the common IOKit result for a miscellaneous virtual-memory failure. IOKit transfer paths can move data between a user process, the kernel, and physical memory; descriptors, mappings, and address translation therefore matter even when the application simply sees a device operation.

This value is broader than an ordinary allocation failure. kIOReturnNoMemory identifies inability to allocate memory, while kIOReturnCannotWire refers specifically to keeping physical memory resident for I/O. For kIOReturnVMError, the caller must establish which virtual-memory operation and buffer representation were active.

Evidence to preserve

References


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

Exit mobile version