Closed
Bug 73272
Opened 25 years ago
Closed 24 years ago
browsers cannot be stopped while reading huge site
Categories
(Core :: Networking, defect, P2)
Core
Networking
Tracking
()
mozilla0.9.9
People
(Reporter: gilead, Assigned: darin.moz)
References
()
Details
(Keywords: hang)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux 2.2.16-22 i686; en-US; 0.8.1)
BuildID: 2001032311
Browser cannot be stopped while receiving huge (unlimited) amounts of data.
Reproducible: Always
Steps to Reproduce:
1. Enter above URL
Actual Results: Browser GUI is unresponsible and don't show again when window
is hidden and showed again.
Expected Results: GUI is responsive, browser can be stopped by pressing 'Stop'
button.
There is a PHP script that enters an infinite loop and sends data to browser
infinitely.
This is obvious bug in my script but this clearly demonstates bug in Mozilla.
![]() |
||
Comment 1•25 years ago
|
||
I can reproduce this on my PowerMac G3 running Mac OS 8.6 using Build
032308. A force quit was needed to regain control of the Mac.
Confirming bug and setting Platform/OS to All/All.
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Linux → All
Hardware: PC → All
Comment 2•25 years ago
|
||
Blocks bug 30942, "Browser should remain responsive during most infinite loops".
Networking?
Nominating for nsbeta1. Please consider for + if UI unresponsive on large but
still reasonable pages. - if this is truly an edge case. Thanks!
Keywords: nsbeta1
![]() |
Assignee | |
Comment 6•24 years ago
|
||
sounds bad... will look at this for mozilla 0.9.9
Status: NEW → ASSIGNED
Priority: -- → P2
Target Milestone: mozilla1.0 → mozilla0.9.9
![]() |
Assignee | |
Comment 7•24 years ago
|
||
i suspect the real problem here is the fact that we don't put hard limits on the
size of cached data. gordon is working on a fix for this.
*** This bug has been marked as a duplicate of 91795 ***
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•