php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #14168 child segfaults on php_xbithack_handler ()
Submitted: 2001-11-21 17:20 UTC Modified: 2001-12-26 18:53 UTC
From: grinderf at adelphia dot net Assigned:
Status: Closed Package: Reproducible crash
PHP Version: 4.0.6 OS: slackware linux 2.2.19
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: grinderf at adelphia dot net
New email:
PHP Version: OS:

 

 [2001-11-21 17:20 UTC] grinderf at adelphia dot net
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

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-11-21 17:24 UTC] grinderf at adelphia dot net
oops, forgot to include what the actual problem is, heh

the page never loads in the browser, but the server doesn't get shut down; it just reports the following line in error_log:

[date] [notice] child pid xxxx eit signal Segmentation fault (11)
 [2001-11-21 23:41 UTC] grinderf at adelphia dot net
oops, forgot to include what the actual problem is, heh

the page never loads in the browser, but the server doesn't get shut down; it just reports the following line in error_log:

[date] [notice] child pid xxxx eit signal Segmentation fault (11)
 [2001-12-05 19:26 UTC] yohgaki@php.net
it works for me.
Could you try 4.1.0RC5? 
http://www.php.net/~zeev/php-4.1.0RC5.tar.gz

 [2001-12-26 18:53 UTC] lobbin@php.net
No feedback. Closing.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue May 06 08:01:30 2025 UTC