php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #27950 "make test" stalls...
Submitted: 2004-04-11 06:16 UTC Modified: 2004-04-23 17:42 UTC
From: xing at mac dot com Assigned:
Status: No Feedback Package: Compile Failure
PHP Version: 4.3.6RC2 OS: Fedora2Test2 64bit
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:
1 + 22 = ?
Subscribe to this entry?

 
 [2004-04-11 06:16 UTC] xing at mac dot com
Description:
------------
4.3.6RC2 source install.

Mak test stalls right after 

....
PASS unset($_SESSION["name"]); should work with register_globals=off [ext/session/tests/009.phpt]
PASS $session_array = explode(";", session_encode()); should not segfault [ext/session/tests/010.phpt]
PASS session_decode(); should not segfault [ext/session/tests/011.phpt]
PASS registering $_SESSION should not segfault [ext/session/tests/012.phpt]
PASS redefining SID should not cause warnings [ext/session/tests/013.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]

--> stalls here....I don't think it's supposed to stall.

This is on a Athlon64 cpu running Fedora 2 Test 2 release with ALL relevant updates released as of 4-11 3:15AM PST.

uname -r = 2.6.5-1.315

Reproduce code:
---------------
./configure
make
make test



Expected result:
----------------
gracefull complete

Actual result:
--------------
stalls..

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-04-11 06:18 UTC] xing at mac dot com
Fedora 2 Test 2 64bit edition.
 [2004-04-11 06:26 UTC] xing at mac dot com
During the stall which I assume in on test 019.phpt, the php process is at 90%+ cpu usage.
 [2004-04-11 12:13 UTC] iliaa@php.net
Thank you for this bug report. To properly diagnose the problem, we
need a backtrace to see what is happening behind the scenes. To
find out how to generate a backtrace, please read
http://bugs.php.net/bugs-generating-backtrace.php

Once you have generated a backtrace, please submit it to this bug
report and change the status back to "Open". Thank you for helping
us make PHP better.

Please try to compile your PHP with --enable-debug and and 
run the test suit itself. If the tests still stalls attach 
to the PHP process and generate a backtrace. 
 [2004-04-23 17:42 UTC] iliaa@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: Thu Apr 18 04:01:27 2024 UTC