php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #8084 Crashes immediately
Submitted: 2000-12-03 01:41 UTC Modified: 2000-12-28 05:46 UTC
From: s-haa5 at jura dot uni-tuebingen dot de Assigned:
Status: Closed Package: Reproducible Crash
PHP Version: 4.0 Latest CVS (03/12/2000) OS: FreeBSD
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: s-haa5 at jura dot uni-tuebingen dot de
New email:
PHP Version: OS:

 

 [2000-12-03 01:41 UTC] s-haa5 at jura dot uni-tuebingen dot de
PHP 4.0.4RC3 cgi crashes immediatly:

./configure --with-gd=no --with-mysql=/usr/local --with-config-file-p
ath=/usr/home/as/php --with-enable-debug --enable-track-vars=yes --enable-force-
cgi-redirect=yes --enable-trans-sid=yes

with no ini values changed

Program terminated with signal 8, Floating point exception.
Cannot access memory at address 0x200df080.
#0  0x23d71 in php_minit_crypt (type=1, module_number=2) at crypt.c:109
109             srand48((unsigned int) time(0) * getpid() * (php_combined_lcg()
* 10000.0));
(gdb) bt
#0  0x23d71 in php_minit_crypt (type=1, module_number=2) at crypt.c:109
#1  0x1ed7a in php_minit_basic (type=1, module_number=2)
    at basic_functions.c:719
#2  0x6f813 in zend_startup_module (module=0xd22a8) at zend_API.c:697
#3  0x3d28 in php_startup_extensions (ptr=0xcd474, count=7) at main.c:751
#4  0x4b37 in php_startup_internal_extensions () at internal_functions.c:61
#5  0x4045 in php_module_startup (sf=0xcc714) at main.c:905
#6  0x22b2 in main (argc=1, argv=0xefbfdac0) at cgi_main.c:480

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-12-03 11:57 UTC] s-haa5 at jura dot uni-tuebingen dot de
crashes with latest cvs php4-200012030745, too.
 [2000-12-28 05:46 UTC] sniper@php.net
This should be fixed in CVS. Reopen this bug report if
problem still exists.

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 18 02:01:33 2024 UTC