From:             chris at areti dot net
Operating system: Slackware Linux 9.1
PHP version:      5.0.0b4 (beta4)
PHP Bug Type:     Apache related
Bug description:  Segfault in apache after rebuild with 5.0.0b4

Description:
------------
An apache 1.3.29 build against php 5.0.0b3 ran fine, but I have now
upgraded it to php 5.0.0b4 and apache segfaults on start up.



My configure line is:

./configure  --with-mysql=/usr/local/include/mysql
--with-apache=../apache_1.3.29 --with-gd --with-pgsql=/usr/local/pgsql
--with-zlib-dir=/usr/local/lib --enable-track-vars





Reproduce code:
---------------
N/A

Expected result:
----------------
Apache running correctly

Actual result:
--------------
(gdb) run -X

Starting program: /usr/local/apache/bin/httpd -X

(no debugging symbols found)...[New Thread 16384 (LWP 1978)]



Program received signal SIGSEGV, Segmentation fault.

[Switching to Thread 16384 (LWP 1978)]

0x080b4573 in zend_do_inherit_interfaces ()

(gdb) bt

#0  0x080b4573 in zend_do_inherit_interfaces ()

#1  0x080b46a9 in zend_do_inheritance ()

#2  0x080c4471 in zend_register_internal_class_ex ()

#3  0x081276fb in spl_register_sub_class ()

#4  0x0812c3ec in zm_startup_spl_sxe ()

#5  0x08126f4c in zm_startup_spl ()

#6  0x080c3ac3 in zend_startup_module ()

#7  0x08099c59 in php_startup_extensions ()

#8  0x080e1962 in php_startup_internal_extensions ()

#9  0x0809a010 in php_module_startup ()

#10 0x080923c3 in ap_get_server_built ()

#11 0x080930f7 in ap_get_server_built ()

#12 0x081d6814 in ap_init_modules ()

#13 0x081e0b3b in ap_child_terminate ()

#14 0x081e13f9 in main ()

#15 0x40237d06 in __libc_start_main () from /lib/libc.so.6

-- 
Edit bug report at http://bugs.php.net/?id=27273&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=27273&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=27273&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=27273&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=27273&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=27273&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=27273&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=27273&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=27273&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=27273&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=27273&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=27273&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=27273&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=27273&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=27273&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=27273&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=27273&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=27273&r=float

Reply via email to