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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
13 + 33 = ?
Subscribe to this entry?

 
 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 07:01:28 2024 UTC