php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3987 PHP3 / PHP4 signal 11
Submitted: 2000-03-30 16:18 UTC Modified: 2002-10-01 12:46 UTC
From: nagel at ursu dot uregina dot ca Assigned:
Status: Not a bug Package: Reproducible Crash
PHP Version: 3.0.15 OS: Linux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: nagel at ursu dot uregina dot ca
New email:
PHP Version: OS:

 

 [2000-03-30 16:18 UTC] nagel at ursu dot uregina dot ca
I've been trying to compile php for a day with no luck. I've tried 3.0.12, 3.0.15, 4.0b4pl1 and 4.0RC1. All of these cause apache (1.3.9 and 1.3.12) to bail when it serves any page (php or plain html).

Below is a backtrace from my last attempt. This was php-4.0RC1 with apache 1.3.12 on Linux-Mandrake 6.1 with MySQL 3.22.25 and Oracle 8.1.5.2

Starting program: /usr/sbin/httpd -X

Program received signal SIGSEGV, Segmentation fault.
0x2ae1fae5 in php_xbithack_handler (r=0x8102750) at mod_php4.c:636
636             conf = (php_apache_info_struct *) get_module_config(r->per_dir_config, &php4_module);
(gdb) bt
#0  0x2ae1fae5 in php_xbithack_handler (r=0x8102750) at mod_php4.c:636
#1  0x80549e4 in ap_invoke_handler ()
Cannot access memory at address 0x1f4.

./configure \
        --with-apxs=/usr/sbin/apxs \
        --prefix=/usr \
        --with-gd \
        --with-mysql \
        --with-xml \
        --with-dbase \
        --with-filepro \
        --with-config-file-path=/etc/httpd/conf \
        --with-fdftk=no \
        --enable-debug=no \
        --enable-magic-quotes \
        --enable-debugger \              --with-oracle=/usr/local/oracle/8i/u01/app/oracle/product/8.1.5 \
        --enable-track-vars \
        --enable-safe-mode \
        --with-exec-dir=/usr/bin \
        --with-system-regex \
        --with-ftp \
        --with-versioning \
        --with-gdbm

I've successfully compiled and run php 3.012, 4.0b4pl1 on this machine before. Can't figure out why I have so much trouble this time.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-10-01 12:46 UTC] hholzgra@php.net
Thank you for taking the time to report a problem with PHP.
Unfortunately you are not using a current version of PHP -- 
the problem might already be fixed. Please download a new
PHP version from http://www.php.net/downloads.php

If you are able to reproduce the bug with one of the latest
versions of PHP, please change the PHP version on this bug report
to the version you tested and change the status back to "Open".
Again, thank you for your continued support of PHP.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 14:01:30 2024 UTC