Reading minidump

avendo

New member
Local time
1:43 PM
Messages
2
I have no problems reading win xp dump files,but im having trouble reading win 7 dumps...im using windbg,the files im getting have msaccess.exe.dmp and iexplorer.exe.dmp...they look really different as how to read,any help...al
 

My Computer

Computer type
PC/Desktop
OS
win 7 pro
here is one of them...
Loading unloaded module list
......
This dump file has an exception of interest stored in it.
The stored exception information can be accessed via .ecxr.
(1674.1a7c): Access violation - code c0000005 (first/second chance not available)
eax=00000001 ebx=0040b6f4 ecx=3010e558 edx=00000476 esi=00000007 edi=0040b320
eip=6b029c78 esp=0040b2e0 ebp=0040b2e4 iopl=0 nv up ei pl nz na po nc
cs=0023 ss=002b ds=002b es=002b fs=0053 gs=002b efl=00010202
Unable to load image C:\Program Files (x86)\Common Files\Microsoft Shared\OFFICE12\MSO.DLL, Win32 error 0n2
*** WARNING: Unable to verify timestamp for MSO.DLL
*** ERROR: Module load completed but symbols could not be loaded for MSO.DLL
MSO+0xc59c78:
6b029c78 8b4604 mov eax,dword ptr [esi+4] ds:002b:0000000b=????????
 

My Computer

Computer type
PC/Desktop
OS
win 7 pro
Back
Top