From:             seb at d2 dot com
Operating system: Linux RHWS 3.0 on AMD64
PHP version:      4.3.7
PHP Bug Type:     Compile Warning
Bug description:  make test hangs

Description:
------------
make test hangs on my AMD64 (x86_64) linux RHWS3.0 box.


seems to be some 64-bit problems in 4.3.7.  could that be?


the cli seems to segfault also when i try to play with the tests by hand.

make install goes fine but haven't tried anything further yet.



Reproduce code:
---------------
box is an AMD64 (x86_64) running RHWS 3.0.

i configured using:

cd php-4.3.7.DD && ./configure "--with-mysql" \
        "--with-apache=../apache_1.3.31.DD"             \
        "--prefix=/job/SYSTEMS/SERVICES/web/1.3.31/linux_amd64"

make (went ok)

make test ==> see output above.

same on RH9 regular x86 box works fine though. 



Expected result:
----------------

make test completes at least, maybe shows some failures.




Actual result:
--------------

[EMAIL PROTECTED]> make test

=====================================================================
CWD         :
/lot/s61/SYSTEMS/SERVICES/web/1.3.31/linux_amd64/src/php-4.3.7.DD
PHP         :
/job/SYSTEMS/SERVICES/web/1.3.31/linux_amd64/src/php-4.3.7.DD/sapi/cli/php

PHP_SAPI    : cli
PHP_VERSION : 4.3.7
ZEND_VERSION: 1.3.0
PHP_OS      : Linux - Linux angstrom1 2.4.21-4.ELsmp #1 SMP Fri Oct 3
17:32:58 EDT 2003 x86_64
INI actual  : 
More .INIs  : 
Extra dirs  : 
=====================================================================
TIME START 2004-07-02 04:41:56
=====================================================================
PASS EXPECT [tests/run-test/test001.phpt]
[...]
PASS a script should not be able to modify session.use_trans_sid
[ext/session/tests/014.phpt]
PASS use_trans_sid should not affect SID [ext/session/tests/015.phpt]
PASS invalid session.save_path should not cause a segfault
[ext/session/tests/016.phpt]
PASS setting $_SESSION before session_start() should not cause segfault
[ext/session/tests/017.phpt]
PASS rewriter correctly handles attribute names which contain dashes
[ext/session/tests/018.phpt]
[hangs indefinately here...]


-- 
Edit bug report at http://bugs.php.net/?id=28987&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=28987&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=28987&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=28987&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=28987&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=28987&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=28987&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=28987&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=28987&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=28987&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=28987&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=28987&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=28987&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=28987&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=28987&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=28987&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=28987&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=28987&r=float

Reply via email to