|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-01-15 17:30 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 12:00:01 2025 UTC |
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 ()