Site icon EfmSoft

What does BSOD 272 (DRIVER_INVALID_CRUNTIME_PARAMETER) mean?

 
Could be also:
ConstantTypeOS
STATUS_PAGE_FAULT_TRANSITIONNTSTATUSWindows
Previous Next
VIDEO_MEMORY_MANAGEMENT_INTERNAL RECURSIVE_NMI

DRIVER_INVALID_CRUNTIME_PARAMETER

Invalid C runtime parameter in driver code

DRIVER_INVALID_CRUNTIME_PARAMETER is bug check code 0x00000110. The built-in table identifies it as DRIVER_INVALID_CRUNTIME_PARAMETER; the useful diagnostic question is what Windows component raised the stop and which invariant failed.

This bug check indicates that a driver hit a kernel C runtime invalid-parameter path. It is usually a driver programming error: invalid buffer length, format string, pointer, count, or contract passed to a checked CRT-style helper.

How to read the parameters

What to check in the dump

References


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

Exit mobile version