ID: 27950 Updated by: [EMAIL PROTECTED] Reported By: xing at mac dot com -Status: Open +Status: Feedback Bug Type: *Compile Issues Operating System: Fedora2Test2 64bit PHP Version: 4.3.6RC2 New Comment:
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. Previous Comments: ------------------------------------------------------------------------ [2004-04-11 06:26:47] 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 06:18:09] xing at mac dot com Fedora 2 Test 2 64bit edition. ------------------------------------------------------------------------ [2004-04-11 06:16:53] 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.. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=27950&edit=1
