php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #8720 Apache/PHP dumps core when starting
Submitted: 2001-01-15 14:14 UTC Modified: 2001-01-15 17:30 UTC
From: admin at islandhosting dot com Assigned:
Status: Closed Package: Reproducible Crash
PHP Version: 4.0.4pl1 OS: FreeBSD 3.4
Private report: No CVE-ID: None
 [2001-01-15 14:14 UTC] admin at islandhosting dot com
I'm building Apache 1.3.14 + OpenSSL 0.9.6 + PHP 4.0.4pl1

Everything compiles fine (I'm using the same options that worked with Apache 1.3.12 + OpenSSL 0.9.5a + PHP 4.0.4) but when I start Apache it dumps core.  A GDB backtrace follows.  Any ideas?

Mark

#0  0x80c89f1 in php_minit_crypt (type=1, module_number=3) at crypt.c:109
109             srand48((unsigned int) time(0) * getpid() * (php_combined_lcg()
* 10000.0));
(gdb) bt
#0  0x80c89f1 in php_minit_crypt (type=1, module_number=3) at crypt.c:109
#1  0x80c4496 in php_minit_basic (type=1, module_number=3)
    at basic_functions.c:719
#2  0x810cc33 in zend_startup_module (module=0x8264f18) at zend_API.c:697
#3  0x8092840 in php_startup_extensions (ptr=0x825e818, count=15) at main.c:751
#4  0x80933eb in php_startup_internal_extensions () at internal_functions.c:77
#5  0x8092a89 in php_module_startup (sf=0x825d83c) at main.c:905
#6  0x8090924 in php_apache_startup ()
#7  0x8091392 in php_init_handler ()
#8  0x8141ef9 in ap_init_modules ()
#9  0x814b8f1 in main ()
#10 0x807d69d in _start ()

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-01-15 17:30 UTC] sniper@php.net
This is fixed in CVS already. Please try latest snapshot from http://snaps.php.net/

--Jani
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 20:01:45 2024 UTC