[Python.NET] build a debuggable version of python dot net

Stan Pinte stan at phidani.be
Wed Mar 23 13:18:12 CET 2005


hello,

when trying to debug a pythondotnet program in WinDbg, it gives me the
following error:

ModLoad: 1e000000 1e1ca000   C:\export\PythonNet-1.0-beta4\python24.dll
HEAP[python.exe]: Invalid Address specified to RtlFreeHeap( 00140000,
071B5994 )
(ecc.cc8): Break instruction exception - code 80000003 (first chance)
eax=071b598c ebx=071b598c ecx=7c91eb05 edx=0012e7d6 esi=00140000
edi=071b598c
eip=7c901230 esp=0012e9e0 ebp=0012e9e4 iopl=0         nv up ei pl nz na
pe nc
cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000            
efl=00000202
ntdll!DbgBreakPoint:
7c901230 cc               int     3


--> Any idea how I can build a debuggable version of pythondotnet?

thanks,

Stan.


More information about the PythonDotNet mailing list