Closed
Bug 65254
Opened 24 years ago
Closed 23 years ago
Loading given URL hogs CPU forever
Categories
(Core :: Networking, defect)
Core
Networking
Tracking
()
VERIFIED
FIXED
mozilla0.9.2
People
(Reporter: achimha, Assigned: neeti)
References
()
Details
(Keywords: hang, perf)
This page seems to cause some infinite loop inside Mozilla. Tested with
Mozilla 0.7 on Win2k and on OS/2 - same results. Site might be broken but
a hung Mozilla is not what I would expect.
Comment 1•24 years ago
|
||
I can confirm this bug on w2k / build 2001010620
While the page is loading, mozilla used ~90 % cpu on my system (Athlon 900).
After I closed that window (page hasn´t finished loaded, nothing is displayed)
mozilla freeze
Comment 2•24 years ago
|
||
note that this page renders empty for me on all other browsers (ie5, ns4.76).
Anyone for a testcase?
Keywords: qawanted
Comment 4•24 years ago
|
||
I get the following log when viewing that page with Mozilla:
gonzales - - [18/Mar/2001:21:12:17 +0100] "GET
http://www.industriemagazin.co.at/heft/9710/christl.html HTTP/1.1" 404 2069 "-"
"Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; 0.8.1) Gecko/20010316"
gonzales - - [18/Mar/2001:21:12:27 +0100] "GET
http://www.industriemagazin.co.at/heft/9710/menue.html HTTP/1.1" 404 2069
"http://www.industriemagazin.co.at/heft/9710/christl.html" "Mozilla/5.0
(Windows; U; Windows NT 5.0; en-US; 0.8.1) Gecko/20010316"
gonzales - - [18/Mar/2001:21:12:27 +0100] "GET
http://www.industriemagazin.co.at/heft/9710/right.html HTTP/1.1" 404 2069
"http://www.industriemagazin.co.at/heft/9710/christl.html" "Mozilla/5.0
(Windows; U; Windows NT 5.0; en-US; 0.8.1) Gecko/20010316"
The GETs for menue.html and right.html are indefinitely repeated after that.
Strange that Mozilla does not recognize the 404 error.
Comment 5•24 years ago
|
||
sending to layout for triage:
You must wait 2min and mozilla will consume more cpu and more and more memory
while trying to load this page.
In the console of my debug build I can see something like a loop.
Assignee: asa → karnaze
Component: Browser-General → Layout
QA Contact: doronr → petersen
Comment 6•24 years ago
|
||
Looks more like a networking problem to me.
Comment 7•24 years ago
|
||
I agree, reassigning to network.
Assignee: karnaze → neeti
Component: Layout → Networking
QA Contact: petersen → tever
I agree its important that we don't hang but since it happens only on this site
(and possibly other badly written ones) this can wait till 0.9.2
Target Milestone: mozilla0.9.1 → mozilla0.9.2
Assignee | ||
Comment 10•23 years ago
|
||
This worksforme in a win2k and linux on a build pulled on 6/04
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•