Ticket #800: gdb.txt

File gdb.txt, 1.6 kB (added by Le Roux Bodenstein, 2 years ago)

gdb output

Line 
1gdb lighttpd
2GNU gdb 6.4-debian
3Copyright 2005 Free Software Foundation, Inc.
4GDB is free software, covered by the GNU General Public License, and you are
5welcome to change it and/or distribute copies of it under certain conditions.
6Type "show copying" to see the conditions.
7There is absolutely no warranty for GDB.  Type "show warranty" for details.
8This GDB was configured as "x86_64-linux-gnu"...(no debugging symbols found)
9Using host libthread_db library "/lib/libthread_db.so.1".
10
11(gdb) r -D -f /etc/lighttpd/lighttpd.conf
12Starting 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
34Program received signal SIGSEGV, Segmentation fault.
350x000000000041bb17 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)