ID: 3987 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: Reproducible Crash Operating System: Linux PHP Version: 3.0.15 New Comment:
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. Previous Comments: ------------------------------------------------------------------------ [2000-03-30 16:18:56] [EMAIL PROTECTED] 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. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=3987&edit=1
