| Previous | Next |
| REGISTRY_ERROR | NO_BOOT_DEVICE |
MAILSLOT_FILE_SYSTEM
Mailslot file system failure for MAILSLOT_FILE_SYSTEM
MAILSLOT_FILE_SYSTEM is bug check code 0x00000052.
Mailslots are a Windows IPC mechanism exposed through the file-system namespace. This bug check points to the kernel mailslot file-system driver or a filter interacting with mailslot create/read/write semantics.
How to read it in a dump
- The stack should show whether the failure is in create, read, write, cleanup, close, or filter-driver processing.
- Because mailslots are message-oriented IPC, buffer lengths and message boundaries can matter.
- It is not the same as an SMB or named-pipe protocol error unless the stack shows those layers.
What to check
- Check file-system filters, security products, and legacy IPC-heavy software.
- Inspect IRP lifetime and buffer handling around mailslot operations.
- Confirm whether the crash requires network browser, legacy service discovery, or old IPC workloads.
References
Looking for a different code? Search another status or error code.