.net - Exception is thrown by SOS -
i'm getting started windbg/sos , created simple console application testing (that throws unhandled exception). seems after load sos exception on next call.
for example:
ntsd consoleapplication1.exe .symfix .reload g .loadby sos clr
if call:
!threads "c0000005 exception in c:\windows\microsoft.net\framework\v4.0.30319\sos.threads pc: 592b7713 va: 00000000 r/w: 0 parameter: 00000000"
if call:
!clrstack c0000005 exception in c:\windows\microsoft.net\framework\v4.0.30319\sos.clrstack pc: 592b7713 va: 00000000 r/w: 0 parameter: 00000000
every call after 1st call work (it's first call fails after loading sos).
i tried recommendation , recompiled code native code debugging enabled did not make difference.
version of windbg: 6.3.9600.16384 x86
this seems problem of windbg. tried .net 4.0 console application, x86 target. did not check checkmark enable native code debugging, since never did before.
i can reproduce problem in windbg (ntsd) 6.3.9600.16384 x86 both debug build , release build.
for me works windbg (ntsd) 6.2.9200.16384 x86 both debug build , release build.
since have problem of duplicate output in 6.3 anyway, still using version 6.2 default windbg version.
Comments
Post a Comment