Closed
Bug 1440876
Opened 7 years ago
Closed 6 years ago
Intermittent dom/canvas/crashtests/802926-1.html | application crashed [@ mozilla::gfx::Factory::CreateWrappingDataSourceSurface(unsigned char *,int,mozilla::gfx::IntSizeTyped<mozilla::gfx::UnknownUnits> const &,mozilla::gfx::SurfaceFormat
Categories
(Core :: Graphics: Canvas2D, defect, P5)
Core
Graphics: Canvas2D
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: intermittent-bug-filer, Unassigned)
Details
(Keywords: crash, intermittent-failure, Whiteboard: gfx-noted)
Crash Data
Filed by: nbeleuzu [at] mozilla.com
https://treeherder.mozilla.org/logviewer.html#?job_id=164039070&repo=mozilla-inbound
https://queue.taskcluster.net/v1/task/NsB5wExiQU6F5D9RISJu9A/runs/0/artifacts/public/logs/live_backing.log
https://hg.mozilla.org/mozilla-central/raw-file/tip/layout/tools/reftest/reftest-analyzer.xhtml#logurl=https://queue.taskcluster.net/v1/task/NsB5wExiQU6F5D9RISJu9A/runs/0/artifacts/public/logs/live_backing.log&only_show_unexpected=1
Comment hidden (Intermittent Failures Robot) |
Comment 2•7 years ago
|
||
The error happens after failing to allocate a texture. There are plenty of OOM errors in the log from texture client/host and cairo just before the failure. Assuming this isn't a leak that pushes us into running out of memory, we can easily paper over this assertion by checking whether the allocation failed a bit earlier but the test will probably fail anyway because when running OOM we can try not to crash but can't really render things correctly.
Whiteboard: gfx-noted
Comment hidden (Intermittent Failures Robot) |
Comment 4•7 years ago
|
||
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INCOMPLETE
Comment hidden (Intermittent Failures Robot) |
Comment 6•6 years ago
|
||
New failure log: https://treeherder.mozilla.org/logviewer.html#?job_id=177086146&repo=autoland&lineNumber=8722
Status: RESOLVED → REOPENED
Resolution: INCOMPLETE → ---
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment 10•6 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 7 years ago → 6 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•