Closed
Bug 1293249
Opened 8 years ago
Closed 5 years ago
[meta] Loads of intermittent jemalloc crashes when running WebGL tests on Android.
Categories
(Core :: Graphics: CanvasWebGL, defect, P3)
Core
Graphics: CanvasWebGL
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: nical, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [gfx-noted])
There's a worrying amount of similar looking webgl intermittents. Let's make them block this one to facilitate tracking.
Reporter | ||
Comment 1•8 years ago
|
||
Looks like the majority of them are OOMs, and some timeouts as well. Not sure why/how it spiked that much lately. I think Bas also saw a lot of them during his triage week.
It's worth looking into whether we are leaking memory or retaining it for too long, and perhaps try to make our webgl code fail more gracefully when we run out of memory?
Flags: needinfo?(jgilbert)
Reporter | ||
Comment 2•8 years ago
|
||
The majority of the bugs are crashes in jemalloc that I qualified as OOMs too quickly. It's a release assert blowing up here: https://dxr.mozilla.org/mozilla-central/rev/720b5d2c84d5b253d4dfde4897e13384dc97a46a/memory/mozjemalloc/jemalloc.c#4731
Flags: needinfo?(jgilbert)
Summary: [meta] Loads of WebGL intermittents → [meta] Loads of intermittent jemalloc crashes when running WebGL tests on Android.
Reporter | ||
Comment 3•8 years ago
|
||
Removed from the dependencies the intermittents that are not android jemalloc crashes.
Updated•7 years ago
|
Priority: -- → P3
Updated•5 years ago
|
Blocks: webgl-orange-ooms
Updated•5 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•