php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #60796 php -v generates Floating point exception (core dumped)
Submitted: 2012-01-18 22:58 UTC Modified: 2013-02-18 00:35 UTC
From: jcparel at yahoo dot fr Assigned:
Status: No Feedback Package: Reproducible crash
PHP Version: Irrelevant OS: NetBSD/VAX
Private report: No CVE-ID: None
 [2012-01-18 22:58 UTC] jcparel at yahoo dot fr
Description:
------------
Package php-5.2.17nb4

After a successful generation and installation of the package, the execution of php generate a core dump

gdb displays:
Program terminated with signal 8, Arithmetic exception.
#0  0x000c114b in php_get_inf ()

The analysis show that configure sets wrong values for isinf and isnan. Should be yes and configure set them to no.

A manual correction in the config.cache file allow a generation of a valid php executable !


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-01-19 17:28 UTC] pajoye@php.net
-Status: Open +Status: Feedback
 [2012-01-19 17:28 UTC] pajoye@php.net
Please try using this snapshot:

  http://snaps.php.net/php5.3-latest.tar.gz
 
For Windows:

  http://windows.php.net/snapshots/


 [2013-02-18 00:35 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Jan 15 11:01:31 2025 UTC