Ok, I trun on driver verifier, it's running about 4 hours now, i let you know, after day.
Meanwhile i have question about debugging tools.
I installed Windows SDK for Windows 7 and .NET Framework 4
(with little problem, because i had to uinstall latest Visual C ++)
durring installation
In section called "redistribudable packages"
I selected "Debugging Tools"
After success installation , I can't find winDBG.exe in c:\debuggers\
I don't have such folder in
C:\Program Files (x86)\Windows Kits\
edit:
i found windbg.exe in another location
I allready associate windbg with .dmp
and i add symbol file path
I copied full memory.dmp from windows directory to desktop , for testing.
But i think , i have problem with read this.
I opened 8GiB file, and i see:
Code:
Microsoft (R) Windows Debugger Version 6.12.0002.633 AMD64
Copyright (c) Microsoft Corporation. All rights reserved.
Loading Dump File [C:\Users\Piotrek\Desktop\MEMORY.DMP]
Kernel Complete Dump File: Full address space is available
Symbol search path is: srv*c:\symbols*http://msdl.microsoft.com/download/symbols
Executable search path is:
Windows 7 Kernel Version 7601 (Service Pack 1) MP (4 procs) Free x64
Product: WinNt, suite: TerminalServer SingleUserTS
Built by: 7601.18113.amd64fre.win7sp1_gdr.130318-1533
Machine Name:
Kernel base = 0xfffff800`02e4d000 PsLoadedModuleList = 0xfffff800`03090670
Debug session time: Mon Aug 12 09:57:28.880 2013 (UTC + 2:00)
System Uptime: 2 days 6:19:19.740
Loading Kernel Symbols
...............................................................
................................................................
...............................
Loading User Symbols
.....
Loading unloaded module list
..........................Unable to enumerate user-mode unloaded modules, NTSTATUS 0xC0000147
Loading Wow64 Symbols
................................................................
................................................................
.......
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck 1A, {41287, 0, 0, 0}
"kernel32.dll" was not found in the image list.
Debugger will attempt to load "kernel32.dll" at given base 00000000`00000000.
Please provide the full image name, including the extension (i.e. kernel32.dll)
for more reliable results.Base address and size overrides can be given as
.reload <image.ext>=<base>,<size>.
Unable to add module at 00000000`00000000
Probably caused by : ntkrnlmp.exe ( nt! ?? ::FNODOBFM::`string'+454f5 )
Followup: MachineOwner
---------
Is this full dump or just a part of it ?,
I think maybe something went wrong, and i don't see full content of crash dump
Code:
Unable to enumerate user-mode unloaded modules, NTSTATUS 0xC0000147