| 1 |
GNU gdb Red Hat Linux (6.3.0.0-0.31rh) |
|---|
| 2 |
Copyright 2004 Free Software Foundation, Inc. |
|---|
| 3 |
GDB is free software, covered by the GNU General Public License, and you are |
|---|
| 4 |
welcome to change it and/or distribute copies of it under certain conditions. |
|---|
| 5 |
Type "show copying" to see the conditions. |
|---|
| 6 |
There is absolutely no warranty for GDB. Type "show warranty" for details. |
|---|
| 7 |
This GDB was configured as "i386-redhat-linux-gnu"... |
|---|
| 8 |
(no debugging symbols found) |
|---|
| 9 |
Using host libthread_db library "/lib/tls/libthread_db.so.1". |
|---|
| 10 |
|
|---|
| 11 |
(gdb) handle SIG33 pass nostop noprint |
|---|
| 12 |
Signal Stop Print Pass to program Description |
|---|
| 13 |
SIG33 No No Yes Real-time event 33 |
|---|
| 14 |
(gdb) set pagination 0 |
|---|
| 15 |
(gdb) run |
|---|
| 16 |
Starting program: /usr/sbin/avahi-autoipd |
|---|
| 17 |
|
|---|
| 18 |
Program received signal SIGFPE, Arithmetic exception. |
|---|
| 19 |
0x00fe19e9 in ?? () |
|---|
| 20 |
(gdb) backtrace full |
|---|
| 21 |
#0 0x00fe19e9 in ?? () |
|---|
| 22 |
No symbol table info available. |
|---|
| 23 |
#1 0x00ff64f8 in ?? () |
|---|
| 24 |
No symbol table info available. |
|---|
| 25 |
#2 0x00000000 in ?? () |
|---|
| 26 |
No symbol table info available. |
|---|
| 27 |
(gdb) info registers |
|---|
| 28 |
eax 0x6c994f 7117135 |
|---|
| 29 |
ecx 0x0 0 |
|---|
| 30 |
edx 0x0 0 |
|---|
| 31 |
ebx 0xff5fd4 16736212 |
|---|
| 32 |
esp 0xbfe2554c 0xbfe2554c |
|---|
| 33 |
ebp 0xbfe25840 0xbfe25840 |
|---|
| 34 |
esi 0xff64f8 16737528 |
|---|
| 35 |
edi 0xff64f8 16737528 |
|---|
| 36 |
eip 0xfe19e9 0xfe19e9 |
|---|
| 37 |
eflags 0x10246 66118 |
|---|
| 38 |
cs 0x73 115 |
|---|
| 39 |
ss 0x7b 123 |
|---|
| 40 |
ds 0x7b 123 |
|---|
| 41 |
es 0x7b 123 |
|---|
| 42 |
fs 0x0 0 |
|---|
| 43 |
gs 0x0 0 |
|---|
| 44 |
(gdb) thread apply all backtrace |
|---|
| 45 |
(gdb) quit |
|---|
| 46 |
The program is running. Exit anyway? (y or n) |
|---|
| 47 |
|
|---|