Site icon EfmSoft

What does macOS kernel return 0xDC004009 (kOSMetaClassInstNoSuper) mean?

 
Previous Next
kOSMetaClassNoSuper kOSMetaClassDuplicateClass

kOSMetaClassInstNoSuper

kOSMetaClassInstNoSuper is the instance-construction counterpart to a missing superclass association in the legacy OSMetaClass runtime. Its historical meaning is that construction reached a class whose expected parent could not be identified in the registered hierarchy.

Current XNU marks the associated branch as “never returned.” Therefore the status should not be used as a generic diagnosis for an application object or a USB/PCI device. When it appears in an older source tree or log, investigate the kext's class registration and constructor order before examining device I/O.

Relevant checks

References


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

Exit mobile version