Hi,
I got a bugcheck as below with my file system filter driver but the module
that caused is nt.
Could anyone help me in understanding this and proceding further to findout
what part of my filter driver is casuing this crash.
*******************************************************************************
*
*
* Bugcheck Analysis
*
*
*
*******************************************************************************
PAGE_FAULT_IN_NONPAGED_AREA (50)
Invalid system memory was referenced. This cannot be protected by
try-except,
it must be protected by a Probe. Typically the address is just plain bad or
it
is pointing at freed memory.
Arguments:
Arg1: e344d000, memory referenced.
Arg2: 00000000, value 0 = read operation, 1 = write operation.
Arg3: 80532a99, If non-zero, the instruction address which referenced the
bad memory
address.
Arg4: 00000001, (reserved)
Debugging Details:
***** Kernel symbols are WRONG. Please fix symbols to do analysis.
MODULE_NAME: nt
FAULTING_MODULE: 804d0000 nt
DEBUG_FLR_IMAGE_TIMESTAMP: 3ee6c002
READ_ADDRESS: unable to get nt!MmPoolCodeEnd
unable to get nt!MmSpecialPoolEnd
unable to get nt!MmPagedPoolEnd
unable to get nt!MmNonPagedPoolEnd
unable to get nt!MmNonPagedPoolStart
unable to get nt!MmSpecialPoolStart
unable to get nt!MmPagedPoolStart
unable to get nt!MmNonPagedPoolExpansionStart
unable to get nt!MmPoolCodeStart
e344d000
FAULTING_IP:
nt!wctomb+7ec
80532a99 66833800 cmp word ptr [eax],0x0
MM_INTERNAL_CODE: 1
DEFAULT_BUCKET_ID: DRIVER_FAULT
BUGCHECK_STR: 0x50
LAST_CONTROL_TRANSFER: from 804fc8cb to 80526488
STACK_TEXT:
WARNING: Stack unwind information not available. Following frames may be
wrong.
b714f230 804fc8cb 00000003 c038d134 80676b7c nt!DbgBreakPointWithStatus+0x4
b714f5bc 8051a2c9 00000001 e344d000 00000000 nt!KeBugCheckEx+0x169
b714f604 805389b6 00000000 e344d000 00000000
nt!MmTrimAllSystemPagableMemory+0x4819
b714f61c 0000000e ffffff01 00000002 81ad6140 nt!Kei386EoiHelper+0x2910
STACK_COMMAND: .bugcheck ; kb
FOLLOWUP_NAME: MachineOwner
BUCKET_ID: WRONG_SYMBOLS
Followup: MachineOwner
Thanks,
Kedar.