Ticket #204: GNU gdb Red Hat Linux.txt

File GNU gdb Red Hat Linux.txt, 1.6 kB (added by wlerner, 4 years ago)

GDB Of avahi-autoipd

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