Closed
Bug 294638
Opened 20 years ago
Closed 20 years ago
mozilla browser freezes completely
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: mnemo, Unassigned)
References
()
Details
(Keywords: hang, testcase)
Attachments
(2 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.2) Gecko/20040803
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.2) Gecko/20040803
I surf to the page, the title appears correctly so some of the page clearly is
parsed right. then it freezes completely (all windows) and I have to kill it
using the tasklist (loosing all open windows).
Reproducible: Always
Steps to Reproduce:
1. surf to http://www.indymedia.org.uk/en/newswire/archive1498.html
Actual Results:
complete freeze for all mozilla windows
Expected Results:
displayed the webpage
Some additional clarifications,
1. If I reboot this problem persists
2. If I also have the mail browser open when surfing to the named URL the mail
browser will also become unresponsive.
Comment 2•20 years ago
|
||
Website hangs for me with Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US;
rv:1.7.8) Gecko/20050509 Firefox/1.0.4
Website works for me with Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US;
rv:1.8b2) Gecko/20050518 Firefox/1.0+ ID:2005051803
Comment 3•20 years ago
|
||
WFM Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050517
Firefox/1.0+. But hangs with 1.0.4 .
OS: Windows 2000 → All
Summary: mozilla browser freezes completely, msie does not → mozilla browser freezes completely
Version: Trunk → 1.7 Branch
Comment 4•20 years ago
|
||
validator is showing 2 bugs only. Seems that a </p> tag is standing alone in
line 961.
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.indymedia.org.uk%2Fen%2Fnewswire%2Farchive1498.html&charset=%28detect+automatically%29&doctype=%28detect+automatically%29&ss=1
952: <h3>Page <strong>1499</strong> of
953: <!-- transform -->
954: <!-- routines -->
955:
956:
957:
958:
959: <!-- archivenavigation.template -->
960: 1829
961: </p>
962: <p>
964: </p>
965: <!-- /archivenavigation.template -->
966:
967:
968: </h3>
Comment 5•20 years ago
|
||
Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8b2) Gecko/20050516
While Firefox 1.0.4 was hanging I was happily surfing with Mozilla Suite,
and some time later returned to Firefox, and the site was completely loaded,
could be scrolled. I retried, first Mozilla, then Firefox, and saw when Mozilla
finishes after about 10 seconds, Firefox starts to hang for minutes and then is
working again normally.
Comment 6•20 years ago
|
||
div.rightcolumn {
position: absolute;
right: 10px;
top: 10px;
width: 200px;
margin: 0px
}
div.events {
color: #000;
background: #FCF;
border: 1px solid #000;
margin: 0px 0px 6px 0px;
width: 100%;
overflow: hidden; /* this rule is slowing things down */
}
div events is contained in div rightcolumn, removing the "overflow: hidden"
make rendering fast
Comment 7•20 years ago
|
||
<html><head><title>294638</title>
<style type="text/css"> div.events { overflow: hidden; } </style>
</head><body>
<div class="events">
<a href="/en/newswire/archive.html">1833</a> | <a
href="/en/newswire/archive1831.html">1832</a> | <a
.... some lines skipped ...
href="/en/newswire/archive0.html">1</a>
</div></body></html>
Comment 8•20 years ago
|
||
'reduced testcase' and 'minimal testcase' both WFM
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b2) Gecko/20050520
Firefox/1.0+ ID:2005052002
Hermann, if you're still seeing this you might want to confirm the bug, and add
keywords testcase and hang.
Comment 9•20 years ago
|
||
(In reply to comment #8)
> 'reduced testcase' and 'minimal testcase' both WFM
> Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b2) Gecko/20050520
> Firefox/1.0+ ID:2005052002
> Hermann, if you're still seeing this you might want to confirm the bug, and add
> keywords testcase and hang.
It is seen on branch only, and Firefox doesn´t hang, but stays for some seconds,
maybe 10 on an Athlon XP1600 at 100 %CPU. I didn´t watch the timing, I was
running Mozilla and Firefox side by side, and doing other things in Mozilla and
editor while the CPU was high. When the CPU got normal Firefox had rendered and
was reacting normally.
Comment 10•20 years ago
|
||
Not parser, since it depends on style.
Assignee: parser → nobody
Component: HTML: Parser → Layout
QA Contact: mrbkap → layout
Comment 11•20 years ago
|
||
This was fixed on trunk with the checkin for bug 240276. No plans to do
anything with this on branch, so marking fixed (but if people prefer wontfix, go
for it).
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•