php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #28987 make test hangs
Submitted: 2004-07-01 22:37 UTC Modified: 2004-07-25 01:00 UTC
From: seb at d2 dot com Assigned:
Status: No Feedback Package: Compile Warning
PHP Version: 4.3.7 OS: Linux RHWS 3.0 on AMD64
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: seb at d2 dot com
New email:
PHP Version: OS:

 

 [2004-07-01 22:37 UTC] seb at d2 dot com
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:
--------------

seb@angstrom1> 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...]


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-07-06 15:30 UTC] sniper@php.net
Please try using this CVS snapshot:

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

Try the PHP 5 snapshot, as it has improved test script which shows the actual test that is hanging..and if this was actually fixed in HEAD. :)

 [2004-07-25 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 18:02:40 2024 UTC