php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #8505 Floating point exception -- wrong php compiled
Submitted: 2000-12-31 20:01 UTC Modified: 2001-01-02 08:43 UTC
From: armandogr at hotmail dot com Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0.4 OS: FreeBSD 2.7.7
Private report: No CVE-ID: None
 [2000-12-31 20:01 UTC] armandogr at hotmail dot com
php-4.0.4 was compiled, everithing seemed to go fine, but when running:

 ./php -q run-tests.php

the process exited at signal 8 with a "Floating point exception" message.

This is the backtrace:
#0  0x3f790 in php_minit_crypt (type=1, module_number=2 at crypt.c:109
#1  0x38f52 in php_minit_basic (type=1, module_number=2) at basic_functions.c:719
#2  0xa1ef9 in zend_startup_module (module=0x112518) at zend_API.c:697
#3  0x43b3 in php_startup_extensions (ptr=0x10c538, count=7) at main.c:751
#4  0x541b in php_startup_internal_extensions () at internal_functions.c:61
#5  0x4759 in php_module_startup (sf=0x10b7d4) at main.c:905
#6  0x206e in main (argc=3, argv=0xefbfdd60) at cgi_main:480

I'm running it with the following characteristics:

OS: FreeBSD-2.7.7
configure: ./configure --with-pgsql --enable-debug

Please help.

              Thanks in advance.

-- Armando Garcia

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-01-02 08:43 UTC] sniper@php.net
This is fixed in CVS already. Try a snapshot from
http://snaps.php.net/

--Jani
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 22:01:26 2024 UTC