gdb.txt

gdb output -- Le Roux Bodenstein - Anonymous, 08/04/2006 02:10 pm

Download (1.6 KB)

 
1
gdb lighttpd
2
GNU gdb 6.4-debian
3
Copyright 2005 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 "x86_64-linux-gnu"...(no debugging symbols found)
9
Using host libthread_db library "/lib/libthread_db.so.1".
10
11
(gdb) r -D -f /etc/lighttpd/lighttpd.conf
12
Starting program: /usr/sbin/lighttpd -D -f /etc/lighttpd/lighttpd.conf
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
(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
34
Program received signal SIGSEGV, Segmentation fault.
35
0x000000000041bb17 in config_append_cond_match_buffer ()
36
(gdb) bt
37
#0  0x000000000041bb17 in config_append_cond_match_buffer ()
38
#1  0x00002aaaab905ae6 in rewrite_rule_buffer_free () from /usr/lib/lighttpd/mod_rewrite.so
39
#2  0x00000000004162ce in plugins_call_handle_uri_raw ()
40
#3  0x00000000004086c8 in http_response_prepare ()
41
#4  0x000000000040ae23 in connection_state_machine ()
42
#5  0x0000000000407e11 in main ()
43
(gdb)