php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9165 sigfpe on startup
Submitted: 2001-02-07 16:59 UTC Modified: 2001-02-07 17:12 UTC
From: jsd at cluttered dot com Assigned:
Status: Closed Package: Reproducible Crash
PHP Version: 4.0.4pl1 OS: FreeBSD 3.3-R
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: jsd at cluttered dot com
New email:
PHP Version: OS:

 

 [2001-02-07 16:59 UTC] jsd at cluttered dot com
Using apache 1.3.17, dynamic loading.  Compiled PHP4 with ./configure --with-apxs --with-mysql=/opt/mysql

Did a make, make install.  Start up apache.  Instant crash.  GDB says:

Program received signal SIGFPE, Arithmetic exception.
0x281fb522 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));




Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-02-07 17:12 UTC] derick@php.net
This is already fixed in CVS, try a snapshot from snaps.php.net or use a CVS version.
 [2022-09-14 15:27 UTC] git@php.net
Automatic comment on behalf of derickr
Revision: https://github.com/php/php-src/commit/e5b4624b8b03e01ccde2f6a9e25a2446c8527f6a
Log: Fixed #9165: strtotime translates a date-time with DST/non-DST hour differently based on default timezone
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Jun 01 17:01:31 2024 UTC