Closed
Bug 416901
Opened 18 years ago
Closed 14 years ago
Error: Cairo moz does not yet support the requested image format:
Categories
(Core :: Graphics, enhancement)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: hostmaster, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.8.1.12) Gecko/20080210 Firefox/2.0.0.12
Build Identifier: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.8.1.12) Gecko/20080210 Firefox/2.0.0.12
firefox 3b2 executing on solaris 11 snv_46 sparc SUNW,Ultra-80
X display on solaris 9 sun4u sparc SUNW,Ultra-2 8-bit framebuffer -
Error: Cairo moz does not yet support the requested image format:
Depth: 8
Alpha mask: 0x00000000
Red mask: 0x00000000
Green mask: 0x00000000
Blue mask: 0x00000000
Please file an enhancement request (quoting the above) at:
http://bugzilla.mozilla.org/
Segmentation Fault - core dumped
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Updated•18 years ago
|
Component: Startup and Profile System → GFX: Thebes
Product: Firefox → Core
QA Contact: startup → thebes
Version: unspecified → Trunk
Comment 1•18 years ago
|
||
Am I reading it wrong, or is that 0x00000000 mask for all of ARGB sort of strange?
Severity: critical → major
Status: UNCONFIRMED → NEW
Ever confirmed: true
No, it's a server running in 8bpp indexed mode. Not much chance we'll support this.
| Reporter | ||
Comment 3•18 years ago
|
||
???
Firefox 2 works just fine in exactly the same context
(I just tried it to make sure)
Comment 4•18 years ago
|
||
Yeah, we have a different graphics layer in FF3, based on Cairo. If someone fixes Cairo to do indexed-8bpp, there'd be a chance we could still pick it up. http://cairographics.org/
(Similarly, we will no longer support Win 95 or 98, though not for quite the same reason.)
| Reporter | ||
Comment 5•18 years ago
|
||
apparently it's been dealt with, if I understand things correctly -
https://bugs.freedesktop.org/show_bug.cgi?id=4945
Comment 6•18 years ago
|
||
I don't think you understand things correctly -- that bug isn't FIXED, and the last patch includes a plea for someone to help the author find a suitable solution. We are quite current with Cairo, as I understand it, so should it be resolved there in time for an update before the FF3 release, it's very likely that we'd be fixed by it too.
Updated•18 years ago
|
Severity: major → enhancement
Comment 7•14 years ago
|
||
This is either not worth fixing or its fixed already based on the upstream bug.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 8•14 years ago
|
||
This was fixed in Cairo 1.0.2, which we imported many moons ago.
Resolution: FIXED → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•