| Previous | Next |
| CDFS_FILE_SYSTEM | CORRUPT_ACCESS_TOKEN |
RDR_FILE_SYSTEM
The RDR_FILE_SYSTEM bug check has a value of 0x00000027. This indicates that a problem occurred in the SMB redirector file system.
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.
RDR_FILE_SYSTEM Parameters
| Parameter | Description |
|---|---|
1 |
The high 16 bits (the first four hexadecimal digits after the "0x") identify the type of problem. Possible values include: 0xCA550000 RDBSS_BUG_CHECK_CACHESUP 0xC1EE0000 RDBSS_BUG_CHECK_CLEANUP 0xC10E0000 RDBSS_BUG_CHECK_CLOSE 0xBAAD0000 RDBSS_BUG_CHECK_NTEXCEPT |
2 |
If RxExceptionFilter is on the stack, this parameter specifies the address of the exception record. |
3 |
If RxExceptionFilter is on the stack, this parameter specifies the address of the context record. |
4 |
Reserved |
Cause for RDR_FILE_SYSTEM
One possible cause of this bug check is depletion of nonpaged pool memory. For RDR_FILE_SYSTEM, if the nonpaged pool memory is completely depleted, this error can stop the system. For RDR_FILE_SYSTEM, however, during the indexing process, if the amount of available nonpaged pool memory is very low, another kernel-mode driver requiring nonpaged pool memory can also trigger this error.
Resolution for RDR_FILE_SYSTEM
To debug this problem: Use the .cxr (Display Context Record) command with Parameter 3, and then use kb (Display Stack Backtrace).
For RDR_FILE_SYSTEM, To resolve a nonpaged pool memory depletion problem: Add new physical memory to the computer. For RDR_FILE_SYSTEM, this will increase the quantity of nonpaged pool memory available to the kernel.
Looking for a different code? Search another status or error code.