Closed Bug 388838 Opened 17 years ago Closed 17 years ago

infinite php while statement will cause crash

Categories

(Firefox :: General, defect)

x86
Windows XP
defect
Not set
normal

Tracking

()

RESOLVED INVALID

People

(Reporter: Justin, Unassigned)

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.5) Gecko/20070713 Firefox/2.0.0.5
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.5) Gecko/20070713 Firefox/2.0.0.5

Seems like it could handle this scenario better

Reproducible: Always

Steps to Reproduce:
1.Read above description
2.
3.
Actual Results:  
Crash

Expected Results:  
Time out
Could attach a testcase or provide an example URL?
I created a test at www.sdsage.com/bug.php consisting of the following code

<?php
$stacking = 0;
$rower = 2;
while ($stacking < $rower) {
}
?>

It didn't happen - must have been something client side - my apologies - great response time - THANK YOU SO MUCH FOR SUCH A GREAT PRODUCT!!!!! Justin

Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.