What does BSOD 329 (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.

Important

This topic is for programmers. If you are a customer who has received a blue screen error code while using your computer, see Troubleshoot blue screen errors.

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. Do a .exr on the 2nd parameter to view the exception information, then do a .cxr on the 3rd parameter and kb to obtain a more informative stack trace.


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