Closed
Bug 341027
Opened 19 years ago
Closed 19 years ago
Inexplicable crash bug in 1.0.1 and 1.0.2RC on 10.2.8
Categories
(Camino Graveyard :: General, defect)
Tracking
(Not tracked)
VERIFIED
INVALID
People
(Reporter: spectre, Unassigned)
References
()
Details
(Keywords: crash)
Attachments
(1 file)
4.95 KB,
text/plain
|
Details |
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.0.3) Gecko/20060427 Camino/1.0.1
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.0.3) Gecko/20060427 Camino/1.0.1
(no Talkback available)
Hard crash on 10.2.8, consistent, with this URL (given above): http://ukcc.uky.edu/~ukccinfo.391/primeug.html
Does not seem to exist on 10.3.9 or 10.4.6, and does not occur when I download the file (using Lynx) and view it locally in Camino.
Reproducible: Always
Steps to Reproduce:
1. Surf to URL.
2. Pick browser off of ground.
Actual Results:
Page starts to load, and then bombs out. Crash log reported by Console.
Expected Results:
Should work!
Reporter | ||
Comment 1•19 years ago
|
||
(output from Crash log)
Comment 2•19 years ago
|
||
This is just a shot in the dark, but if you grab all the images off that page, are any of them corrupted when viewed in GraphicConverter?
It looks like the TIFF caching routines are crapping out on Jaguar. FWIW, this is WONTFIX, as we've stopped supporting 10.2, unless someone can come up with a fix before the end of the 1.0.x cycle.
cl
Comment 3•19 years ago
|
||
This bug is *not* a WONTFIX if it's a regression from Camino 1.0.1 to 1.0.2RC. Camino 1.0.x still supports Mac OS X 10.2.8 and if we regressed something, it needs to be fixed.
Comment 4•19 years ago
|
||
BTW, does this happen in 1.0 (not 1.0.1)?
cl
> BTW, does this happen in 1.0 (not 1.0.1)?
Yes.
However, the problem is not the page but the favicon, after changing browser.chrome.favicon to false I get no crash on 10.2.8
OS: Other → Mac OS X 10.2
So http://ukcc.uky.edu/favicon.ico is corrupt (and served as text/plain); on 10.3.9, Preview warns you this is the case (Iconographer hangs, and GraphicConverter displays the corrupt favicon). We display a blank "image" in the location bar but Safari and Firefox both keep their default globe (we should probably do that, but that's another bug).
This bug is INVALID as an OS bug, as far as I can tell from the reports (does Safari on 10.2 support display of favicons, and if so, does it also crash?).
Keywords: crash
> does Safari on 10.2 support display of favicons, and if so, does it also
> crash?
Yes, and yes (with basically the same crash log as Camino).
> So http://ukcc.uky.edu/favicon.ico is corrupt (and served as text/plain)
Are there any (easy) way we could detect this and not load the favicon?
Updated•19 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
Reporter | ||
Comment 8•19 years ago
|
||
Could there be a hack to disallow loading favicons with text/plain, at least for 10.2.8? I know this would cause a *lot* of favicons to not load, but that's better than the alternative (especially since it's the wrong MIME type anyway).
Comment 9•19 years ago
|
||
Cameron, can you dig around in Bugzilla and see if comment 8 is already filed as a separate bug (probably against Core)? If not, it's arguably something that should be done.
cl
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 10•19 years ago
|
||
(In reply to comment #9)
> Cameron, can you dig around in Bugzilla and see if comment 8 is already filed
> as a separate bug (probably against Core)? If not, it's arguably something that
> should be done.
>
> cl
>
How about Core bug #110077? At the bottom they bring up the text/plain issue, think that would be a good one to tag onto? Or introduce it as a new issue?
Comment 11•19 years ago
|
||
(In reply to comment #10)
> How about Core bug #110077? At the bottom they bring up the text/plain issue,
> think that would be a good one to tag onto? Or introduce it as a new issue?
Not that one, since that bug is about displaying no icon at all (not even the default bookmark icon) in cases where the favicon is invalid. I can't seem to find an appropriate bug for it.
Regardless, the problem you're having would exist even if the server were sending the proper MIME type, and since future Camino versions (1.1 and up) will be dropping support for 10.2.x, this is such a minor issue that it's probably not worth worrying about.
I'll look into filing a bug on rejecting text/plain favicons, though.
cl
You need to log in
before you can comment on or make changes to this bug.
Description
•