php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9974 Apache Core dump on mcrypt
Submitted: 2001-03-24 20:14 UTC Modified: 2001-03-25 13:48 UTC
From: brad at youreshop dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0.4pl1 OS: FreeBSD 3.2-RELEASE
Private report: No CVE-ID: None
 [2001-03-24 20:14 UTC] brad at youreshop dot com
configure:

./configure --prefix=/var/www --enable-magic-quotes 
--enable-track-vars --enable-track-errors --with-mysql --with-apache=../apache_1.3.17

gdb:

#0  0x80c82f5 in php_minit_crypt ()
#1  0x80c3d9a in php_minit_basic ()
#2  0x8109eb7 in zend_startup_module ()
#3  0x80a5d14 in php_startup_extensions ()
#4  0x80a68bf in php_startup_internal_extensions ()
#5  0x80a5f5d in php_module_startup ()
#6  0x80a3df8 in sapi_apache_send_headers ()
#7  0x80a4866 in php_init_handler ()
#8  0x813e6bd in ap_init_modules ()
#9  0x81482b1 in main ()
#10 0x80774dd in _start ()


When starting apache, I get the following error:

su-2.04# ./httpd -X
Floating point exception (core dumped)

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-03-25 13:18 UTC] sniper@php.net
This should be fixed in CVS. Please try the latest CVS
snapshot from http://snaps.php.net/ 
Reopen this bug report if it crashes too.

--Jani

 [2001-03-25 13:48 UTC] brad at youreshop dot com
Can you point me to the CVS diff's that fix this problem? I need to be running PHP 4.0.4pl1 for the Optimizer (Encoder), so I'll just apply the changes to the local source.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 18:01:31 2024 UTC