1
|
# gdb /opt/modules/ligcc/sbin/lighttpd
|
2
|
GNU gdb Red Hat Linux (6.3.0.0-1.63rh)
|
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"...Using host libthread_db library "/lib/tls/libthread_db.so.1".
|
9
|
|
10
|
(gdb) r -D -f /opt/modules/ligcc/etc/ligcc.conf
|
11
|
Starting program: /opt/modules/ligcc/sbin/lighttpd -D -f /opt/modules/ligcc/etc/ligcc.conf
|
12
|
[Thread debugging using libthread_db enabled]
|
13
|
[New Thread -1208056128 (LWP 31515)]
|
14
|
network.c.520: (trace) using default network-backend: linux-sendfile
|
15
|
mod_proxy_core_address.c.158: (trace) resolving www.google.com on port 80
|
16
|
mod_proxy_core_address.c.63: (trace) adding 64.233.189.104:80 to the address-pool
|
17
|
[New Thread 24923056 (LWP 31518)]
|
18
|
[New Thread 131148720 (LWP 31519)]
|
19
|
[New Thread 35412912 (LWP 31520)]
|
20
|
[New Thread 96320432 (LWP 31521)]
|
21
|
[New Thread 4467632 (LWP 31522)]
|
22
|
|
23
|
Program received signal SIGSEGV, Segmentation fault.
|
24
|
[Switching to Thread -1208056128 (LWP 31515)]
|
25
|
proxy_encode_request_headers (srv=0x8071068, sess=0x80c1e90, in=0x808b048) at mod_proxy_core.c:626
|
26
|
626 ERROR("protocol '%s' is not supported yet", BUF_STR(protocol->name));
|
27
|
(gdb) bt
|
28
|
#0 proxy_encode_request_headers (srv=0x8071068, sess=0x80c1e90, in=0x808b048) at mod_proxy_core.c:626
|
29
|
#1 0x00dbe192 in proxy_get_request_header (srv=0x8071068, con=0x808abe8, p=0x807bb70, sess=0x80c1e90) at mod_proxy_core.c:1349
|
30
|
#2 0x00dbe641 in proxy_state_engine (srv=0x8071068, con=0x808abe8, p=0x807bb70, sess=0x80c1e90) at mod_proxy_core.c:1526
|
31
|
#3 0x00dbfb7d in mod_proxy_core_start_backend (srv=0x8071068, con=0x808abe8, p_d=0x807bb70) at mod_proxy_core.c:2350
|
32
|
#4 0x00dbff2d in mod_proxy_send_request_content (srv=0x8071068, con=0x80c1f00, p_d=0x808abe8) at mod_proxy_core.c:2394
|
33
|
#5 0x0805e0bf in plugins_call_handle_send_request_content (srv=0x8071068, con=0x808abe8) at plugin.c:378
|
34
|
#6 0x08053a1e in connection_state_machine (srv=0x8071068, con=0x808abe8) at connections.c:1181
|
35
|
#7 0x0804ebda in lighty_mainloop (srv=0x8071068) at server.c:1005
|
36
|
#8 0x0804fe24 in main (argc=134782576, argv=0x1, envp=0xbffff9c8) at server.c:1710
|
37
|
(gdb)
|