Report abuse


			
$ sbin/lighttpd -f /tmp/lsvn/lighttpd.conf 
Bus error
dans-computer:/tmp/lsvn pro$ gdb sbin/lighttpd 
GNU gdb 6.3.50-20050815 (Apple version gdb-563) (Wed Jul 19 05:10:58 GMT 2006)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-apple-darwin"...Reading symbols for shared libraries ........ done

(gdb) r -D -f /tmp/lsvn/lighttpd.conf
Starting program: /private/tmp/lsvn/sbin/lighttpd -D -f /tmp/lsvn/lighttpd.conf
Reading symbols for shared libraries .+.+.....++++ done
Reading symbols for shared libraries .. done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done

Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_PROTECTION_FAILURE at address: 0x00000014
0x0060d75b in array_get_index (a=0x0, key=0x496fbc "proxy-core.requests", keylen=20, rndx=0x0) at array.c:91
warning: Source file is more recent than executable.
91              for (i = pos = a->next_power_of_2 / 2; ; i >>= 1) {
(gdb) bt
#0  0x0060d75b in array_get_index (a=0x0, key=0x496fbc "proxy-core.requests", keylen=20, rndx=0x0) at array.c:91
#1  0x0060d81b in array_get_element (a=0x0, key=0x496fbc "proxy-core.requests", keylen=19) at array.c:122
#2  0x006121df in status_counter_get_counter (s=0x496fbc "proxy-core.requests", len=19) at status_counter.c:35
#3  0x004910ae in mod_proxy_core_init (srv=0x1801200) at mod_proxy_core.c:89
#4  0x0005b7b4 in plugins_call_init (srv=0x1801200) at plugin.c:533
#5  0x00003d64 in main (argc=4, argv=0xbffffb58, envp=0xbffffb6c) at server.c:1405
(gdb)