From:             [EMAIL PROTECTED]
Operating system: slackware linux 2.2.19
PHP version:      4.0.6
PHP Bug Type:     Reproducible crash
Bug description:  child segfaults on php_xbithack_handler ()

this problem occurs when loading any page, even just html.
i can't even get the "you've successfully installed apache!" page to come
up

./configure --with-mysql=/usr/local/mysql --with-apxs --with-zlib

# httpd -v
Server version: Apache/1.3.22 (Unix)
# uname -a
Linux lxbox 2.2.19 #4 Sun Oct 7 21:02:09 EDT 2001 i486 unknown

gdb backtrace:
Starting program: /usr/bin/httpd -X

Program received signal SIGSEGV, Segmentation fault.
0x401e69b1 in php_xbithack_handler (r=0x8240f3c) at mod_php4.c:694
694             conf = (php_apache_info_struct *)
get_module_config(r->per_dir_config, &php4_module);
(gdb) bt
#0  0x401e69b1 in php_xbithack_handler (r=0x8240f3c) at mod_php4.c:694
#1  0x8098339 in ap_invoke_handler () at eval.c:88
#2  0x80ad1ff in process_request_internal () at eval.c:88
#3  0x80ad656 in ap_internal_redirect () at eval.c:88
#4  0x8072e3c in handle_dir () at eval.c:88
#5  0x8098339 in ap_invoke_handler () at eval.c:88
#6  0x80ad1ff in process_request_internal () at eval.c:88
#7  0x80ad266 in ap_process_request () at eval.c:88
#8  0x80a4156 in child_main () at eval.c:88
#9  0x80a4311 in make_child () at eval.c:88
#10 0x80a448c in startup_children () at eval.c:88
#11 0x80a4b1d in standalone_main () at eval.c:88
#12 0x80a537c in main () at eval.c:88
#13 0x400a02eb in __libc_start_main (main=0x80a4fe8 <main>, argc=2,
    ubp_av=0xbffff9e4, init=0x80627b4 <_init>, fini=0x8144a9c <_fini>,
    rtld_fini=0x4000c130 <_dl_fini>, stack_end=0xbffff9dc)
    at ../sysdeps/generic/libc-start.c:129
-- 
Edit bug report at: http://bugs.php.net/?id=14168&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to