[PHP-DEV] Bug #3987: PHP3 / PHP4 signal 11 From: nagel <email protected>
Date: 03/30/00

From: nagel <email protected>
Operating system: Linux
PHP version: 3.0.15
PHP Bug Type: Reproduceable crash
Bug description: PHP3 / PHP4 signal 11

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.

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>