[IronPython] Trouble with IP 7.0 and VS 2010

Dino Viehland dinov at microsoft.com
Tue Aug 10 22:46:41 CEST 2010


My guess on this is that maybe !wow64exts.sw may not be the same as
using the 32-bit debugger.  I myself haven't done much WOW debugging - I
just use the 32-bit debugger on my 64-bit OS and all works well.

> -----Original Message-----
> From: users-bounces at lists.ironpython.com [mailto:users-
> bounces at lists.ironpython.com] On Behalf Of Kurt A Richardson
> Sent: Tuesday, August 10, 2010 12:44 PM
> To: users at lists.ironpython.com
> Subject: Re: [IronPython] Trouble with IP 7.0 and VS 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
> 
> ______________________________________________
> 
> 
> _______________________________________________
> Users mailing list
> Users at lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com




More information about the Ironpython-users mailing list