Closed Bug 628422 Opened 13 years ago Closed 13 years ago

www.yaronet.com pages load forever

Categories

(Core :: Networking: Cache, defect)

x86
Windows 7
defect
Not set
normal

Tracking

()

RESOLVED FIXED
Tracking Status
blocking2.0 --- -

People

(Reporter: loic.yhuel, Assigned: mayhemer)

References

()

Details

(Keywords: regression)

User-Agent:       Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b10pre) Gecko/20110124 Firefox/4.0b10pre
Build Identifier: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b10pre) Gecko/20110124 Firefox/4.0b10pre

http://www.yaronet.com/forum.php?s=2 loads forever, with nothing displayed.
I tried with a clean profile.
It works with Chrome, IE9, and worked with previous nightly (2010-01-21).
No problem loading the same page saved to disk with Chrome or IE9.

Reproducible: Always
It works if i set html5.enable to false.
Status: UNCONFIRMED → NEW
blocking2.0: --- → ?
Component: General → HTML: Parser
Ever confirmed: true
QA Contact: general → parser
Version: unspecified → Trunk
Regression range:
Works:
http://hg.mozilla.org/mozilla-central/rev/d92d9dd27d9b
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b10pre) Gecko/20110121 Firefox/4.0b10pre ID:20110123143746
Fails:
http://hg.mozilla.org/mozilla-central/rev/38d1b321c98b
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b10pre) Gecko/20110121 Firefox/4.0b10pre ID:20110123145529
Pushlog:
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=d92d9dd27d9b&tochange=38d1b321c98b
Blocks: 579846
Component: HTML: Parser → Networking: Cache
Keywords: regression
QA Contact: parser → networking.cache
Assignee: nobody → honzab.moz
Status: NEW → ASSIGNED
Confirm this bug. Hovewer, If NoScript addon is enabled this site loading and working.
Mozilla/5.0 (Windows NT 6.1; rv:2.0b10pre) Gecko/20110124 Firefox/4.0b10pre ID:20110124030332
It could be linked with the bad "<link type='text/css' rel='stylesheet' href='' />" in the page.
The main HTML is wrongly loaded again as CSS.

When the page loads forever, in Firebug Net window, the second "GET forum.php?s=2" line (second load as CSS) is displayed as currently loading, while the first one (main HTML) is finished.

Working cases :
 - with html5.enable = false, or javascript.enabled = false, I get an error in console "Error: The stylesheet http://www.yaronet.com/forum.php?s=2 was not loaded because its MIME type, "text/html", is not "text/css"."
 - with the local pages (both saved from IE9 or Chrome), I get several warnings, showing it tries to parse the HTML content as CSS.
The page in the URL contains the following tag:

<link type='text/css' rel='stylesheet' href='' />

Href resolves to "http://www.yaronet.com/forum.php?s=2".  This leads to opening a new channel that waits for a cache entry for this URL, but that is kept by the main channel load and is also held from releasing by the parser.

This is a logical dead lock / hang that cannot be easily resolved to allow relanding of bug 579846.
WFM with latest hourly. Built from http://hg.mozilla.org/mozilla-central/rev/6a097e294828
This doesn't sound like a blocker.
blocking2.0: ? → -
The bug has been fixed since 579846 has been backed out.
Status: ASSIGNED → RESOLVED
blocking2.0: - → ?
Closed: 13 years ago
Resolution: --- → FIXED
blocking2.0: ? → -
You need to log in before you can comment on or make changes to this bug.