[IronPython] Trouble with IP 7.0 and VS 2010

Kurt A Richardson kurt at kurtrichardson.com
Tue Aug 10 21:43:44 CEST 2010


Hi Dino

I've switched windbg 64-bit into 32-bit mode ("!wow64exts.sw") and 
didn't get an output with any noticeable differences (see below).  Any 
ideas?

Thanks, Kurt

______________________________________________

Microsoft (R) Windows Debugger Version 6.12.0002.633 AMD64
Copyright (c) Microsoft Corporation. All rights reserved.

CommandLine: "C:\Program Files (x86)\Microsoft Visual Studio 
10.0\Common7\IDE\devenv.exe"
Symbol search path is: srv*
Executable search path is:
ModLoad: 00000000`2fd30000 00000000`2fdbe000   devenv.exe
(1648.3308): Break instruction exception - code 80000003 (first chance)
ntdll!LdrpDoDebuggerBreak+0x30:
00000000`77151340 cc              int     3
0:000> !wow64exts.sw
Switched to 32bit mode
0:000:x86> sxe ld clr.dll
0:000:x86> g
(1648.3308): WOW64 breakpoint - code 4000001f (first chance)
First chance exceptions are reported before any exception handling.
This exception may be expected and handled.
ntdll32!LdrpDoDebuggerBreak+0x2c:
77320995 cc              int     3
0:000:x86> .loadby sos clr
Unable to find module 'clr'
0:000:x86> sxe -c "!pe; !ClrStack; g" clr
0:000:x86> sxe -c "kb30; g" eh
0:000:x86> .symfix
0:000:x86> .reload
Reloading current modules
............................
0:000:x86> g
ModLoad: 00000000`63d60000 00000000`643cf000   
C:\Windows\Microsoft.NET\Framework\v4.0.30319\clr.dll
ntdll!ZwMapViewOfSection+0xa:
00000000`770effda c3              ret

______________________________________________





More information about the Ironpython-users mailing list