Hi All,
I have probelm with my filter driver running, my filter driver intecept the
file open request, it works fine for the small files, but if the file over
2GB, sometime it got the bugcheck as following, anyone know how to analize
this bugcheck?
Thanks
Bin
*******************************************************************************
*
*
* Bugcheck Analysis
*
*
*
*******************************************************************************
KERNEL_MODE_EXCEPTION_NOT_HANDLED_M (1000008e)
This is a very common bugcheck. Usually the exception address pinpoints
the driver/function that caused the problem. Always note this address
as well as the link date of the driver/image that contains this address.
Some common problems are exception code 0x80000003. This means a hard
coded breakpoint or assertion was hit, but this system was booted
/NODEBUG. This is not supposed to happen as developers should never have
hardcoded breakpoints in retail code, but ...
If this happens, make sure a debugger gets connected, and the
system is booted /DEBUG. This will let us see why this breakpoint is
happening.
Arguments:
Arg1: c0000005, The exception code that was not handled
Arg2: 808930e3, The address that the exception occurred at
Arg3: b902e380, Trap Frame
Arg4: 00000000
Debugging Details:
EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - The instruction at "0x%08lx"
referenced memory at "0x%08lx". The memory could not be "%s".
FAULTING_IP:
nt!ExAllocatePoolWithTag+56b
808930e3 897904 mov [ecx+0x4],edi
TRAP_FRAME: b902e380 -- (.trap ffffffffb902e380)
ErrCode = 00000003
eax=746e0005 ebx=808aeae0 ecx=746e4953 edx=00000000 esi=000001ff
edi=7453624f
eip=808930e3 esp=b902e3f4 ebp=b902e430 iopl=0 nv up ei pl zr na po
nc
cs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000
efl=00010246
nt!ExAllocatePoolWithTag+0x56b:
808930e3 897904 mov [ecx+0x4],edi
ds:0023:746e4957=????????
Resetting default scope
CUSTOMER_CRASH_COUNT: 1
DEFAULT_BUCKET_ID: DRIVER_FAULT_SERVER_MINIDUMP
BUGCHECK_STR: 0x8E
CURRENT_IRQL: 0
LAST_CONTROL_TRANSFER: from 80932d2e to 808930e3
STACK_TEXT:
b902e430 80932d2e 00000000 f772f120 7453624f nt!ExAllocatePoolWithTag+0x56b
b902e460 808ebb57 00bceb64 00000000 b902e501 nt!ObOpenObjectByName+0x32
b902e5e4 80888c6c 00bceb64 00bceb3c 00bceb94 nt!NtQueryAttributesFile+0x11d
b902e5e4 7c82ed54 00bceb64 00bceb3c 00bceb94 nt!KiFastCallEntry+0xfc
WARNING: Frame IP not in any known module. Following frames may be wrong.
00bceb94 00000000 00000000 00000000 00000000 0x7c82ed54
FOLLOWUP_IP:
nt!ExAllocatePoolWithTag+56b
808930e3 897904 mov [ecx+0x4],edi
SYMBOL_STACK_INDEX: 0
FOLLOWUP_NAME: MachineOwner
SYMBOL_NAME: nt!ExAllocatePoolWithTag+56b
MODULE_NAME: nt
IMAGE_NAME: ntkrpamp.exe
DEBUG_FLR_IMAGE_TIMESTAMP: 42435b14
STACK_COMMAND: .trap ffffffffb902e380 ; kb
FAILURE_BUCKET_ID: 0x8E_nt!ExAllocatePoolWithTag+56b
BUCKET_ID: 0x8E_nt!ExAllocatePoolWithTag+56b