| 1 | [root@trac ~]# gdb /usr/bin/python |
|---|
| 2 | GNU gdb Red Hat Linux (6.3.0.0-1.134.fc5rh) |
|---|
| 3 | Copyright 2004 Free Software Foundation, Inc. |
|---|
| 4 | GDB is free software, covered by the GNU General Public License, and you are |
|---|
| 5 | welcome to change it and/or distribute copies of it under certain conditions. |
|---|
| 6 | Type "show copying" to see the conditions. |
|---|
| 7 | There is absolutely no warranty for GDB. Type "show warranty" for details. |
|---|
| 8 | This GDB was configured as "i386-redhat-linux-gnu"...(no debugging symbols found) |
|---|
| 9 | Using host libthread_db library "/lib/libthread_db.so.1". |
|---|
| 10 | |
|---|
| 11 | (gdb) gdb /usr/bin/pythonQuit |
|---|
| 12 | (gdb) set args /usr/sbin/tracd -p 443 -e /var/trac/ --basic-auth=m2k-silver,/var/svn/conf/svnusers,m2k-silver |
|---|
| 13 | (gdb) run |
|---|
| 14 | Starting program: /usr/bin/python /usr/sbin/tracd -p 443 -e /var/trac/ --basic-auth=m2k-silver,/var/svn/conf/svnusers,m2k-silver |
|---|
| 15 | Reading symbols from shared object read from target memory...(no debugging symbols found)...done. |
|---|
| 16 | Loaded system supplied DSO at 0xb07000 |
|---|
| 17 | (no debugging symbols found) |
|---|
| 18 | (no debugging symbols found) |
|---|
| 19 | (no debugging symbols found) |
|---|
| 20 | [Thread debugging using libthread_db enabled] |
|---|
| 21 | [New Thread -1208453440 (LWP 32189)] |
|---|
| 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 | (no debugging symbols found) |
|---|
| 29 | (no debugging symbols found) |
|---|
| 30 | (no debugging symbols found) |
|---|
| 31 | (no debugging symbols found) |
|---|
| 32 | (no debugging symbols found) |
|---|
| 33 | (no debugging symbols found) |
|---|
| 34 | (no debugging symbols found) |
|---|
| 35 | (no debugging symbols found) |
|---|
| 36 | (no debugging symbols found) |
|---|
| 37 | (no debugging symbols found) |
|---|
| 38 | (no debugging symbols found) |
|---|
| 39 | (no debugging symbols found) |
|---|
| 40 | (no debugging symbols found) |
|---|
| 41 | (no debugging symbols found) |
|---|
| 42 | (no debugging symbols found) |
|---|
| 43 | (no debugging symbols found) |
|---|
| 44 | (no debugging symbols found) |
|---|
| 45 | (no debugging symbols found) |
|---|
| 46 | (no debugging symbols found) |
|---|
| 47 | (no debugging symbols found) |
|---|
| 48 | (no debugging symbols found) |
|---|
| 49 | (no debugging symbols found) |
|---|
| 50 | (no debugging symbols found) |
|---|
| 51 | (no debugging symbols found) |
|---|
| 52 | (no debugging symbols found) |
|---|
| 53 | (no debugging symbols found) |
|---|
| 54 | (no debugging symbols found) |
|---|
| 55 | (no debugging symbols found) |
|---|
| 56 | (no debugging symbols found) |
|---|
| 57 | (no debugging symbols found) |
|---|
| 58 | (no debugging symbols found) |
|---|
| 59 | (no debugging symbols found) |
|---|
| 60 | (no debugging symbols found) |
|---|
| 61 | [New Thread -1213617248 (LWP 32192)] |
|---|
| 62 | |
|---|
| 63 | Program received signal SIGINT, Interrupt. |
|---|
| 64 | [Switching to Thread -1208453440 (LWP 32189)] |
|---|
| 65 | 0x00b07402 in __kernel_vsyscall () |
|---|
| 66 | (gdb) bt |
|---|
| 67 | #0 0x00b07402 in __kernel_vsyscall () |
|---|
| 68 | #1 0x00d05038 in accept () from /lib/libpthread.so.0 |
|---|
| 69 | #2 0x00d98abe in init_sockobject () from /usr/lib/python2.4/lib-dynload/_socketmodule.so |
|---|
| 70 | #3 0x0019aa62 in PyEval_EvalFrame () from /usr/lib/libpython2.4.so.1.0 |
|---|
| 71 | #4 0x0019a7ac in PyEval_EvalFrame () from /usr/lib/libpython2.4.so.1.0 |
|---|
| 72 | #5 0x0019a7ac in PyEval_EvalFrame () from /usr/lib/libpython2.4.so.1.0 |
|---|
| 73 | #6 0x0019a7ac in PyEval_EvalFrame () from /usr/lib/libpython2.4.so.1.0 |
|---|
| 74 | #7 0x0019a7ac in PyEval_EvalFrame () from /usr/lib/libpython2.4.so.1.0 |
|---|
| 75 | #8 0x0019b638 in PyEval_EvalCodeEx () from /usr/lib/libpython2.4.so.1.0 |
|---|
| 76 | #9 0x001999eb in PyEval_EvalFrame () from /usr/lib/libpython2.4.so.1.0 |
|---|
| 77 | #10 0x0019b638 in PyEval_EvalCodeEx () from /usr/lib/libpython2.4.so.1.0 |
|---|
| 78 | #11 0x001999eb in PyEval_EvalFrame () from /usr/lib/libpython2.4.so.1.0 |
|---|
| 79 | #12 0x0019b638 in PyEval_EvalCodeEx () from /usr/lib/libpython2.4.so.1.0 |
|---|
| 80 | #13 0x0019b6c3 in PyEval_EvalCode () from /usr/lib/libpython2.4.so.1.0 |
|---|
| 81 | #14 0x001b8428 in Py_CompileString () from /usr/lib/libpython2.4.so.1.0 |
|---|
| 82 | #15 0x001b9b38 in PyRun_SimpleFileExFlags () from /usr/lib/libpython2.4.so.1.0 |
|---|
| 83 | #16 0x001ba21a in PyRun_AnyFileExFlags () from /usr/lib/libpython2.4.so.1.0 |
|---|
| 84 | #17 0x001c0c45 in Py_Main () from /usr/lib/libpython2.4.so.1.0 |
|---|
| 85 | #18 0x080485b2 in main () |
|---|
| 86 | (gdb) pystack |
|---|
| 87 | No symbol table is loaded. Use the "file" command. |
|---|