Closed
Bug 704421
Opened 14 years ago
Closed 9 years ago
Error: Image corrupt or truncated: <unknown> Source File: <unknown> Line: 0
Categories
(Core :: Graphics: ImageLib, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: jaws, Unassigned)
Details
(Keywords: regression)
Attachments
(1 file)
|
56.83 KB,
text/plain
|
Details |
This error message appears in the Error Console but doesn't link to a cause:
Error: Image corrupt or truncated: <unknown>
Source File: <unknown>
Line: 0
STR:
1. Open the error console (I suggest switching to Errors only mode)
2. Visit http://www.freep.com
3. Wait for the page to finish loading
Expected results:
An error message that points to which image is corrupt or truncated.
Actual results:
An error message that doesn't help an author out much.
| Reporter | ||
Updated•14 years ago
|
Component: General → ImageLib
Product: Firefox → Core
QA Contact: general → imagelib
Comment 1•14 years ago
|
||
I can't seem to reproduce this (though in an Fx9 beta build). Are you still seeing it? Do you see it in safe mode?
| Reporter | ||
Comment 2•14 years ago
|
||
Yeah, I can reproduce it in safe mode.
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:11.0a1) Gecko/20111120 Firefox/11.0a1
| Reporter | ||
Comment 3•14 years ago
|
||
The error message may show up a few seconds after the page appears to have finished loading.
Comment 4•14 years ago
|
||
Hmm. Maybe there's some sort of sniffing involved? I can't reproduce on the Nov 20 nightly either, but I'm on Mac...
| Reporter | ||
Comment 5•14 years ago
|
||
It seems to happen around the point of the "init FrontPage Tabs"
| Reporter | ||
Comment 6•14 years ago
|
||
Using Fiddler I was able track down the request that caused the error. Here are the headers of the request:
GET /adj/N5282.freep.com/B5232625.6;sz=300x250;click=http%3A//gannett.gcion.com/adlink%2F5111%2F214523%2F0%2F170%2FAdId%3D1488251%3BBnId%3D3%3Bitime%3D80190093%3Bkey%3DDetroit%2BFree%2BPress%2BDetroit%2Bnews%2Bcommunity%2Bentertainment%2Byellow%2Bpages%2Bclassifieds%2E%2BServing%2BDetroit%2BMichigan%2Bfreep%2Ecom%3Blink%3D;ord=80190093? HTTP/1.1
Host: ad.doubleclick.net
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:11.0a1) Gecko/20111122 Firefox/11.0a1
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip, deflate
Connection: keep-alive
Referer: http://www.freep.com/
Cookie: id=2296ab8b74010033||t=1321766255|et=730|cs=002213fd487b38e432d63f4dc7; _drt_=OPT_OUT
HTTP/1.1 200 OK
Server: DCLK-AdSvr
Content-Type: application/x-javascript
Content-Length: 8561
Content-Encoding: gzip
Date: Wed, 23 Nov 2011 20:29:59 GMT
Comment 7•14 years ago
|
||
So that script inserts an image that triggers the error?
Updated•13 years ago
|
Keywords: regression
Version: Trunk → 10 Branch
Closing as incomplete since I cannot reproduce this with the information provided. Please reopen this bug if it still reproduces.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•