Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.6 KB

bug-check-0x149--refs-file-system.md

File metadata and controls

51 lines (28 loc) · 1.6 KB
title description keywords ms.date topic_type ms.topic api_name api_type
Bug Check 0x149 REFS_FILE_SYSTEM
The REFS_FILE_SYSTEM bug check has a value of 0x00000149. This indicates that a file system error has occurred.
Bug Check 0x149 REFS_FILE_SYSTEM
REFS_FILE_SYSTEM
05/23/2017
apiref
reference
REFS_FILE_SYSTEM
NA

Bug Check 0x149: 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 article is for programmers. If you're 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

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.

See also

Bug Check Code Reference