Hi All,
I've received a customer crash report happing in conjunction with our
1394 device (WDM driver - without WDF). The mini dump itself does not
contain any reference to our driver though.
Is there anything I could test or check to know or exclude the
involvements of our driver?
Thanks for any idea or hint,
Thanks,
Hagen.
Microsoft (R) Windows Debugger Version 6.12.0002.633 X86
Copyright (c) Microsoft Corporation. All rights reserved.
Loading Dump File [O:\030310-12433-01.dmp]
Mini Kernel Dump File: Only registers and stack trace are available
Symbol search path is:
srv*c:\symbols*http://msdl.microsoft.com/download/symbols;o:\objfre_wnet_amd64\amd64
Executable search path is: o:\objfre_wnet_amd64\amd64
Windows 7 Kernel Version 7600 MP (8 procs) Free x64
Product: WinNt, suite: TerminalServer SingleUserTS
Built by: 7600.16385.amd64fre.win7_rtm.090713-1255
Machine Name:
Kernel base = 0xfffff80002a1d000 PsLoadedModuleList = 0xfffff80002c5ae50
Debug session time: Wed Mar 3 21:01:35.340 2010 (UTC + 1:00)
System Uptime: 0 days 1:11:56.604
Loading Kernel Symbols
...............................................................
................................................................
....................
Loading User Symbols
Loading unloaded module list
.................
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck 12E, {fffffa8009cfee40, fffffa800a3c5a40, fffffa800a37d000, 800}
Probably caused by : 1394BUS.SYS ( 1394BUS!Bus1394AsyncCompletionRoutine+b6 )
Followup: MachineOwner
1: kd> !analyze -v
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
INVALID_MDL_RANGE (12e)
A driver has called the IoBuildPartialMdl() function and passed it an MDL
to map part of a source MDL, but the virtual address range specified is
outside the range in the source MDL. This is a driver bug. The source
and target MDLs, as well as the address range length to be mapped are the
arguments to the IoBuildPartialMdl() function, i.e.;
IoBuildPartialMdl(
IN PMDL SourceMdl,
IN OUT PMDL TargetMdl,
IN PVOID VirtualAddress,
IN ULONG Length
)
Arguments:
Arg1: fffffa8009cfee40
Arg2: fffffa800a3c5a40
Arg3: fffffa800a37d000
Arg4: 0000000000000800
Debugging Details:
CUSTOMER_CRASH_COUNT: 1
DEFAULT_BUCKET_ID: VISTA_DRIVER_FAULT
BUGCHECK_STR: 0x12E
PROCESS_NAME: System
CURRENT_IRQL: 2
LAST_CONTROL_TRANSFER: from fffff80002ae41d6 to fffff80002a8ef00
STACK_TEXT:
fffff88002f1baa8 fffff80002ae41d6 : 000000000000012e fffffa8009cfee40 fffffa800a3c5a40 fffffa800a37d000 :
nt!KeBugCheckEx
fffff88002f1bab0 fffff88005ccf6da : fffffa8009fd4958 fffffa800a3c5a40 fffffa800b0cce50 0000000000000000 : nt! ??
::FNODOBFM::string'+0x2afc fffff88002f1baf0 fffff80002a91516 : fffffa800b0ccf23
0000000000000000 fffffa800bd0eda0 fffff88005cd1b4d : 1394BUS!Bus1394AsyncCompletionRoutine+0xb6 fffff88002f1bb30 fffff88005cc32b4 : fffffa8009abab08
fffffa8009ab9100 fffffa8009ab91a0 0000000000000000 : nt!IopfCompleteRequest+0x3a6 fffff88002f1bc10 fffff88005cc282e : 0000000000000001
fffff88000000000 fffff880065483c0 fffff880009e7180 : ohci1394!OhciHandleAsyncResponse+0x584 fffff88002f1bc70 fffff80002a9a5dc : fffff880009e7180
fffffa8009ab91a0 fffffa8009abaa50 0000000000000000 : ohci1394!OhciDpc+0x3f6 fffff88002f1bcd0 fffff80002a976fa : fffff880009e7180
fffff880009f20c0 0000000000000000 fffff88005cc2438 : nt!KiRetireDpcList+0x1bc fffff88002f1bd80 0000000000000000 : 0000000000000000
0000000000000000 0000000000000000 00000000`00000000 :
nt!KiIdleLoop+0x5a
STACK_COMMAND: kb
FOLLOWUP_IP:
1394BUS!Bus1394AsyncCompletionRoutine+b6
fffff880`05ccf6da 8b8794000000 mov eax,dword ptr [rdi+94h]
SYMBOL_STACK_INDEX: 2
SYMBOL_NAME: 1394BUS!Bus1394AsyncCompletionRoutine+b6
FOLLOWUP_NAME: MachineOwner
MODULE_NAME: 1394BUS
IMAGE_NAME: 1394BUS.SYS
DEBUG_FLR_IMAGE_TIMESTAMP: 4a5bcc0e
FAILURE_BUCKET_ID: X64_0x12E_1394BUS!Bus1394AsyncCompletionRoutine+b6
BUCKET_ID: X64_0x12E_1394BUS!Bus1394AsyncCompletionRoutine+b6