1 | Z:\Trunk\indus\src\python-modules\library\mymodule>gdb c:\Python25\python.exe
|
---|
2 | GNU gdb 6.8
|
---|
3 | Copyright (C) 2008 Free Software Foundation, Inc.
|
---|
4 | License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
|
---|
5 | This is free software: you are free to change and redistribute it.
|
---|
6 | There is NO WARRANTY, to the extent permitted by law. Type "show copying"
|
---|
7 | and "show warranty" for details.
|
---|
8 | This GDB was configured as "i686-pc-mingw32"...
|
---|
9 | (no debugging symbols found)
|
---|
10 | (gdb) run
|
---|
11 | Starting program: c:\Python25\python.exe
|
---|
12 | [New thread 1028.0xa30]
|
---|
13 | (no debugging symbols found)
|
---|
14 | (no debugging symbols found)
|
---|
15 | (no debugging symbols found)
|
---|
16 | (no debugging symbols found)
|
---|
17 | (no debugging symbols found)
|
---|
18 | (no debugging symbols found)
|
---|
19 | (no debugging symbols found)
|
---|
20 | (no debugging symbols found)
|
---|
21 | (no debugging symbols found)
|
---|
22 | (no debugging symbols found)
|
---|
23 | (no debugging symbols found)
|
---|
24 | (no debugging symbols found)
|
---|
25 | (no debugging symbols found)
|
---|
26 | (no debugging symbols found)
|
---|
27 | (no debugging symbols found)
|
---|
28 | Python 2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit (Intel)] on win32
|
---|
29 | Type "help", "copyright", "credits" or "license" for more information.
|
---|
30 | >>> import mymodule
|
---|
31 | >>> mymodule.foo("")
|
---|
32 | foo
|
---|
33 | warning: HEAP[python.exe]:
|
---|
34 | warning: Invalid Address specified to RtlFreeHeap( 00920000, 6AB689EC )
|
---|
35 |
|
---|
36 |
|
---|
37 | Program received signal SIGTRAP, Trace/breakpoint trap.
|
---|
38 | 0x7c90120f in ntdll!DbgUiConnectToDbg () from C:\WINDOWS\system32\ntdll.dll
|
---|
39 | (gdb) bt
|
---|
40 | #0 0x7c90120f in ntdll!DbgUiConnectToDbg () from C:\WINDOWS\system32\ntdll.dll
|
---|
41 | #1 0x7c96c201 in ntdll!RtlpNtMakeTemporaryKey () from C:\WINDOWS\system32\ntdll.dll
|
---|
42 | #2 0x7c96c63e in ntdll!RtlpNtMakeTemporaryKey () from C:\WINDOWS\system32\ntdll.dll
|
---|
43 | #3 0x7c96d826 in ntdll!RtlpNtMakeTemporaryKey () from C:\WINDOWS\system32\ntdll.dll
|
---|
44 | #4 0x7c949e1c in ntdll!LdrFindEntryForAddress () from C:\WINDOWS\system32\ntdll.dll
|
---|
45 | #5 0x00920000 in ?? ()
|
---|
46 | #6 0x50000061 in ?? ()
|
---|
47 | #7 0x6ab689ec in std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::_Rep::_S_empty_rep_storage ()
|
---|
48 | from Z:\Trunk\indus\src\python-modules\library\mymodule\boost_python-mgw42-yd-1_36.dll
|
---|
49 | #8 0x00920000 in ?? ()
|
---|
50 | #9 0x6ab689ec in std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::_Rep::_S_empty_rep_storage ()
|
---|
51 | from Z:\Trunk\indus\src\python-modules\library\mymodule\boost_python-mgw42-yd-1_36.dll
|
---|
52 | #10 0x40000060 in ?? ()
|
---|
53 | #11 0x00a2f904 in ?? ()
|
---|
54 | #12 0x00000060 in ?? ()
|
---|
55 | Backtrace stopped: frame did not save the PC
|
---|
56 | (gdb) quit
|
---|