ID: 20487
Comment by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Reproducible crash
Operating System: Windows 2000
PHP Version: 4.3.0RC1
New Comment:
There is the same Problem with Apache2 (2.0.43) and PHP 4.3.0RC1!!!!!!
Previous Comments:
------------------------------------------------------------------------
[2002-11-21 06:14:17] [EMAIL PROTECTED]
The more frames you load the earlier the bug occours!!!!!
I've tried with 4 frames -> 2xReload and it crashes!!!!!
------------------------------------------------------------------------
[2002-11-20 22:51:00] [EMAIL PROTECTED]
Seems to be Apache version independent.
Same crashes on same test cases reproduced with:
Apache 1.3.27, 2.0.42 and 2.0.43.
Windows 2000 SP3
Mozilla 1.1
Standart php.ini and httpd.conf.
Also I do had the same problems whatever the value of
MaxRequestsPerChild in httpd.conf.
This is new to 4.3.0RC1.
Never had such things with 4.2.3.
Thanks.
------------------------------------------------------------------------
[2002-11-20 08:03:19] [EMAIL PROTECTED]
Sorry, maybe this bug is hard-reproducible in other machines. Well,
then you may use the following script:
/index.html:
------------
<frameset rows="*,*">
<frame src=/test.php>
<frame src=/test.php>
</frameset>
/test.php:
----------
<?sleep(1)?>
Apache 1.3.27, Windows 2000 SP2, 4.3.0RC1.
Load http://localhost/index.html, then press Reload button. You will
see GP Fault message immediately.
See that you need at least TWO frames in frameset to emulate
simultaneous requests. NEXT (!) Reload will kick ass.
------------------------------------------------------------------------
[2002-11-20 07:39:28] [EMAIL PROTECTED]
Just get Apache 1.2.27, install PHP as Apache module, open
http://localhost and press Reload button 20 times quickly (you may also
hold Ctrl+R, it crashes too). You will see GP Fault message. No
extensions are loaded in php.ini, no Apache module used instead of
mod_php.
How can I say more?
------------------------------------------------------------------------
[2002-11-19 20:00:55] [EMAIL PROTECTED]
Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php
If you can provide more information, feel free to add it
to this bug and change the status back to "Open".
Thank you for your interest in PHP.
------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/20487
--
Edit this bug report at http://bugs.php.net/?id=20487&edit=1