Site icon EfmSoft

What does BSOD 0x10C (FSRTL_EXTRA_CREATE_PARAMETER_VIOLATION) mean?

 
Could be also:
ConstantTypeOS
STATUS_NOTIFY_ENUM_DIRNTSTATUSWindows
Previous Next
DFSC_FILE_SYSTEM WDF_VIOLATION

FSRTL_EXTRA_CREATE_PARAMETER_VIOLATION

Extra Create Parameter contract violation for FSRTL_EXTRA_CREATE_PARAMETER_VIOLATION

FSRTL_EXTRA_CREATE_PARAMETER_VIOLATION is bug check code 0x0000010C.

Extra Create Parameters are attached to create/open requests so file systems and filters can pass structured metadata. This bug check indicates that an ECP list or ECP context violated FSRTL ownership, format, lifetime, or usage rules.

How to read it in a dump

  • The failing stack should show a file system, minifilter, legacy filter, or network redirector create path.
  • The bad object is likely an ECP list, ECP context, or create IRP state.
  • The issue is a kernel file-system contract violation, not a user-mode CreateFile error.

What to check

  • Audit filter create callbacks for ECP allocation, insertion, lookup, and cleanup rules.
  • Check whether an ECP is reused after completion or modified by the wrong component.
  • Use Driver Verifier and filter-manager diagnostics on the suspected file-system filter.

References


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

Exit mobile version