Z:\Trunk\indus\src\python-modules\library\mymodule>gdb c:\Python25\python.exe GNU gdb 6.8 Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "i686-pc-mingw32"... (no debugging symbols found) (gdb) run Starting program: c:\Python25\python.exe [New thread 1028.0xa30] (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) Python 2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> import mymodule >>> mymodule.foo("") foo warning: HEAP[python.exe]: warning: Invalid Address specified to RtlFreeHeap( 00920000, 6AB689EC ) Program received signal SIGTRAP, Trace/breakpoint trap. 0x7c90120f in ntdll!DbgUiConnectToDbg () from C:\WINDOWS\system32\ntdll.dll (gdb) bt #0 0x7c90120f in ntdll!DbgUiConnectToDbg () from C:\WINDOWS\system32\ntdll.dll #1 0x7c96c201 in ntdll!RtlpNtMakeTemporaryKey () from C:\WINDOWS\system32\ntdll.dll #2 0x7c96c63e in ntdll!RtlpNtMakeTemporaryKey () from C:\WINDOWS\system32\ntdll.dll #3 0x7c96d826 in ntdll!RtlpNtMakeTemporaryKey () from C:\WINDOWS\system32\ntdll.dll #4 0x7c949e1c in ntdll!LdrFindEntryForAddress () from C:\WINDOWS\system32\ntdll.dll #5 0x00920000 in ?? () #6 0x50000061 in ?? () #7 0x6ab689ec in std::basic_string, std::allocator >::_Rep::_S_empty_rep_storage () from Z:\Trunk\indus\src\python-modules\library\mymodule\boost_python-mgw42-yd-1_36.dll #8 0x00920000 in ?? () #9 0x6ab689ec in std::basic_string, std::allocator >::_Rep::_S_empty_rep_storage () from Z:\Trunk\indus\src\python-modules\library\mymodule\boost_python-mgw42-yd-1_36.dll #10 0x40000060 in ?? () #11 0x00a2f904 in ?? () #12 0x00000060 in ?? () Backtrace stopped: frame did not save the PC (gdb) quit