Closed
Bug 854783
Opened 12 years ago
Closed 7 years ago
[Gallery] avoid OOM crashes
Categories
(Firefox OS Graveyard :: Gaia::Gallery, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: djf, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
(Whiteboard: [priority])
The gallery app tries to defend against OOMs as well as it can, but needs gecko support to do so effectively. Currently 5 megapixel images that do not have sufficiently large EXIF images cannot really be supported without risking out of memory crashes. Gallery currently is forced to rely on inherently unreliable (and ridiculous) heuristics like arbitrary timeouts to give gecko time to release image memory in an attempt to avoid crashes.
Gallery currently ignores images > 5 megapixels because it cannot reliably display them without crashes, and it may actually have to reduce this limit. Given that we will soon be running on hardware with cameras that can take > 5mp images, this is a problem.
I'm creating this as a metabug.
Reporter | ||
Comment 1•12 years ago
|
||
I've added three specific bugs under this meta bug.
Cc'ing Justin because he knows about imagelib. Justin, could you cc appropriate people for this bug?
Updated•12 years ago
|
Blocks: image-suck
Updated•11 years ago
|
Whiteboard: [priority]
Comment 4•7 years ago
|
||
Firefox OS is not being worked on
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•