Windbg clrjit.dll exception
i excecute following commands after starting user mode debug session.
sxe ld clr
g
.loadby sos clr
.load sosex.dll
sxi cce
.reload
.lastevent
upon letting go of target process pressing (g). debugger breaks target following exception (7fc.8d4): unknown exception - code 04242420 (first chance). why happen , how can further details?
(7fc.8d4): unknown exception - code 04242420 (first chance)
modload: 697d0000 6983e000 c:\windows\microsoft.net\framework\v4.0.30319\clrjit.dll
eax=00000000 ebx=00000000 ecx=00000000 edx=00000000 esi=7efdd000 edi=001ce7a0
eip=773ffc62 esp=001ce674 ebp=001ce6c8 iopl=0 nv ei pl zr na pe nc
cs=0023 ss=002b ds=002b es=002b fs=0053 gs=002b efl=00000246
ntdll!zwmapviewofsection+0x12:
773ffc62 83c404 add esp,4
0:000> !pe
c0000005 exception in c:\windows\microsoft.net\framework\v4.0.30319\sos.pe debugger extension.
pc: 60b94313 va: 00000000 r/w: 0 parameter: 00000000
dblk
Architecture > Architecture General
Comments
Post a Comment