but it's 66MB, so it won't fit in skydrive.
Here's the output of windbg:
Microsoft (R) Windows Debugger Version 6.12.0002.633 AMD64
Copyright (c) Microsoft Corporation. All rights reserved.
Loading Dump File [C:\Windows\MEMORY.DMP]
Kernel Summary Dump File: Only kernel address space is available
Symbol search path is: SRV*C:\Websymbols*
Symbol information
Executable search path is: SRV*C:\Websymbols*
Symbol information
Windows 7 Kernel Version 7600 MP (4 procs) Free x64
Product: WinNt, suite: TerminalServer SingleUserTS
Built by: 7600.16539.amd64fre.win7_gdr.100226-1909
Machine Name:
Kernel base = 0xfffff800`02a0e000 PsLoadedModuleList = 0xfffff800`02c4be50
Debug session time: Sat Jul 24 19:04:35.269 2010 (UTC - 3:00)
System Uptime: 0 days 0:03:29.220
Loading Kernel Symbols
...............................................................
................................................................
..........................
Loading User Symbols
Loading unloaded module list
....
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck A, {3, 2, 1, fffff80002a8a0e2}
Probably caused by : ntkrnlmp.exe ( nt!KiReadyThread+2 )
Followup: MachineOwner
---------
3: kd> !analyze -v
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
IRQL_NOT_LESS_OR_EQUAL (a)
An attempt was made to access a pageable (or completely invalid) address at an
interrupt request level (IRQL) that is too high. This is usually
caused by drivers using improper addresses.
If a kernel debugger is available get the stack backtrace.
Arguments:
Arg1: 0000000000000003, memory referenced
Arg2: 0000000000000002, IRQL
Arg3: 0000000000000001, bitfield :
bit 0 : value 0 = read operation, 1 = write operation
bit 3 : value 0 = not an execute operation, 1 = execute operation (only on chips which support this level of status)
Arg4: fffff80002a8a0e2, address which referenced memory
Debugging Details:
------------------
OVERLAPPED_MODULE: Address regions for 'hidusb' and 'crashdmp.sys' overlap
WRITE_ADDRESS: 0000000000000003
CURRENT_IRQL: 2
FAULTING_IP:
nt!KiReadyThread+2
fffff800`02a8a0e2 4883ec20 sub rsp,20h
DEFAULT_BUCKET_ID: VISTA_DRIVER_FAULT
BUGCHECK_STR: 0xA
PROCESS_NAME: System
TRAP_FRAME: fffff88002ffd440 -- (.trap 0xfffff88002ffd440)
NOTE: The trap frame does not contain all registers.
Some register values may be zeroed or incorrect.
rax=0000000000000003 rbx=0000000000000000 rcx=fffffa80066ca060
rdx=0000000000000000 rsi=0000000000000000 rdi=0000000000000000
rip=fffff80002a8a0e2 rsp=fffff88002ffd5d0 rbp=fffffa80066ca168
r8=fffff88002fd7301 r9=0000000000000002 r10=0000000000000063
r11=0000000000000000 r12=0000000000000000 r13=0000000000000000
r14=0000000000000000 r15=0000000000000000
iopl=0 nv up ei pl zr na po nc
nt!KiReadyThread+0x2:
fffff800`02a8a0e2 4883ec20 sub rsp,20h
Resetting default scope
LAST_CONTROL_TRANSFER: from fffff80002a7db69 to fffff80002a7e600
STACK_TEXT:
fffff880`02ffd2f8 fffff800`02a7db69 : 00000000`0000000a 00000000`00000003 00000000`00000002 00000000`00000001 : nt!KeBugCheckEx
fffff880`02ffd300 fffff800`02a7c7e0 : fffffa80`05c37418 fffffa80`066ca168 fffff980`01366ce0 fffff980`0e266c10 : nt!KiBugCheckDispatch+0x69
fffff880`02ffd440 fffff800`02a8a0e2 : fffffa80`066ca168 fffff800`02a89ab7 fffffa80`066ca120 fffffa80`066ee230 : nt!KiPageFault+0x260
fffff880`02ffd5d0 fffff800`02a89ab7 : fffffa80`066ca120 fffffa80`066ee230 fffffa80`066ee230 00000000`00000102 : nt!KiReadyThread+0x2
fffff880`02ffd5e0 fffff800`02a8a57e : 00000000`7cb479e8 fffff880`02ffdc58 00000000`00003463 fffff880`02fd81e8 : nt!KiProcessExpiredTimerList+0x157
fffff880`02ffdc30 fffff800`02a89d97 : 00000000`1fcfb1c1 00000000`00003463 00000000`1fcfb133 00000000`00000063 : nt!KiTimerExpiration+0x1be
fffff880`02ffdcd0 fffff800`02a86dfa : fffff880`02fd5180 fffff880`02fdffc0 00000000`00000000 fffff880`04e5f588 : nt!KiRetireDpcList+0x277
fffff880`02ffdd80 00000000`00000000 : fffff880`02ffe000 fffff880`02ff8000 fffff880`02ffdd40 00000000`00000000 : nt!KiIdleLoop+0x5a
STACK_COMMAND: kb
FOLLOWUP_IP:
nt!KiReadyThread+2
fffff800`02a8a0e2 4883ec20 sub rsp,20h
SYMBOL_STACK_INDEX: 3
SYMBOL_NAME: nt!KiReadyThread+2
FOLLOWUP_NAME: MachineOwner
MODULE_NAME: nt
IMAGE_NAME: ntkrnlmp.exe
DEBUG_FLR_IMAGE_TIMESTAMP: 4b88cfeb
FAILURE_BUCKET_ID: X64_0xA_VRF_nt!KiReadyThread+2
BUCKET_ID: X64_0xA_VRF_nt!KiReadyThread+2
Followup: MachineOwner
---------