What does BSOD 0x149 (REFS_FILE_SYSTEM) mean?

 
Could be also:
ConstantTypeOS
ERROR_OPERATION_IN_PROGRESSWin32 errorWindows
Previous Next
IO_OBJECT_INVALID KERNEL_WMI_INTERNAL

REFS_FILE_SYSTEM

The REFS_FILE_SYSTEM bug check has a value of 0x00000149. This indicates that a file system error has occurred.

REFS_FILE_SYSTEM Parameters

Parameter Description
1 __LINE__
2 ExceptionRecord
3 ContextRecord
4 ExceptionRecord->ExceptionAddress
Parameter Description
1 Message
2 Reserved
3 Reserved
4 Reserved

Resolution

If you see RefsExceptionFilter on the stack then the 2nd and 3rd parameters are the exception record and context record. Use .exr on the second parameter to view the exception record, then .cxr on the third parameter and kb to obtain a more informative stack trace.

References


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