Open
Bug 1845669
Opened 2 years ago
Updated 2 years ago
Unhandled external image format on ppc64 and s390x - big endian
Categories
(Core :: Graphics: WebRender, defect)
Tracking
()
NEW
People
(Reporter: jhorak, Unassigned)
References
(Blocks 1 open bug)
Details
The firefox fails to start on the ppc64 and s390x - both big endian platforms - on
MOZ_RELEASE_ASSERT(false, "Unhandled external image format"); [1].
The format is mozilla::gfx::A8R8G8B8.
[1] https://searchfox.org/mozilla-central/source/gfx/webrender_bindings/RenderTextureHostSWGL.cpp#77
Updated•2 years ago
|
Component: Graphics: WebGPU → Graphics: WebRender
I will ask around about a fix, AFAIK there are people running modern Firefox on big endian systems ...
Comment 2•2 years ago
|
||
The severity field is not set for this bug.
:gw, could you have a look please?
For more information, please visit BugBot documentation.
Flags: needinfo?(gwatson)
Updated•2 years ago
|
Severity: -- → S3
Flags: needinfo?(gwatson)
Comment 3•2 years ago
|
||
Could this actually be the same bug as Bug1344659?
https://github.com/void-ppc/void-packages-ppc750/blob/master/srcpkgs/firefox/patches/big-endian-image-decoders.patch might be interesting/useful ...
Comment 5•2 years ago
|
||
Thanks, I'll give it a try.
You need to log in
before you can comment on or make changes to this bug.
Description
•