php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #27370 "make test" fails after PASS Testing register_shutdown_function
Submitted: 2004-02-23 15:22 UTC Modified: 2004-03-08 07:11 UTC
Votes:2
Avg. Score:3.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: marian at kisd dot de Assigned:
Status: No Feedback Package: *General Issues
PHP Version: 4.3.5RC3 OS: CYGWIN_NT-5.1
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: marian at kisd dot de
New email:
PHP Version: OS:

 

 [2004-02-23 15:22 UTC] marian at kisd dot de
Description:
------------
make test seems to go into an infinite loop after echoing

PASS Testing register_shutdown_function() [tests/func/005.phpt]

PHP_SAPI    : cli
PHP_VERSION : 4.3.5RC3
ZEND_VERSION: 1.3.0
PHP_OS      : CYGWIN_NT-5.1 - CYGWIN_NT-5.1 entlein 1.5.7(0.109/3/2) 2004-01-30 19:32 i686
 


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-02-23 15:23 UTC] marian at kisd dot de
I don't know what the current test is at that state. Somebody may change the subject of this issue accordingly.
 [2004-02-23 16:43 UTC] sniper@php.net
Run only that script.

# make test TESTS=tests/func/005.phpt

or

# sapi/cli/php tests/func/005.phpt

Then we'll know if that test hangs or what..

 [2004-02-23 17:39 UTC] marian at kisd dot de
Interesting... The following tests both return "PASS":
make test TESTS=tests/func/005.phpt
PASS Testing register_shutdown_function() [tests/func/005.phpt]
make test TESTS=tests/func/006.phpt
PASS Output buffering tests [tests/func/006.phpt]

However, when I run "make test" the script hangs in the state described above (with 100% CPU load).
 [2004-02-24 04:42 UTC] sniper@php.net
Try this too:

# make test TESTS=tests/func/

 [2004-03-08 07:11 UTC] sniper@php.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 Apr 26 09:01:29 2024 UTC