From:             [EMAIL PROTECTED]
Operating system: Openbsd 3.2
PHP version:      4.3.0
PHP Bug Type:     Apache related
Bug description:  segfault

after compiling the new php 4.3.0 using (leaving my old apache alone)

./configure --with-apxs=/usr/local/apache/bin/apxs --with-mysql
--with-openssl --with-gettext --with-xml --with-imap --with-imap-ssl
--with-mcrypt --with-zlib

then restart time:
[root@amanda /home/quel/php-4.3.0] /usr/local/apache/bin/apachectl
restart
/usr/local/apache/bin/apachectl restart: configuration broken, ignoring
restart
/usr/local/apache/bin/apachectl restart: (run 'apachectl configtest' for
details)

[root@amanda /home/quel/php-4.3.0] /usr/local/apache/bin/apachectl
configtest
Memory fault (core dumped)

[root@amanda /home/quel/php-4.3.0] gdb /usr/local/apache/bin/httpd
httpd.core

#0  0x4019e33a in strcmp ()
(gdb) bt
#0  0x4019e33a in strcmp ()
#1  0xb380e in obj_name_cmp ()

bt seems useless and incomplete to me...
I once had this problem when getting php 4.2.3 up, however bt showed
issues in libc and the problem was related to the --with-kerberos option
(which i didn't use this time around)

[EMAIL PROTECTED]

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

Reply via email to