Closed
Bug 1243112
Opened 9 years ago
Closed 9 years ago
crash in OOM | unknown | NS_ABORT_OOM(unsigned int) | gfxContext::PushNewDT(gfxContentType) - D2D1.1 version
Categories
(Core :: Graphics: Layers, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: milan, Unassigned)
References
Details
(Keywords: crash, Whiteboard: [gfx-noted])
Crash Data
+++ This bug was initially created as a clone of Bug #1107792 +++
https://crash-stats.mozilla.com/report/index/82ce712c-7ba6-4fc3-8266-93f722160119
https://crash-stats.mozilla.com/report/index/4a40bb9f-b637-4293-bb7b-73dd02160119
Two crashes with the same signature as bug 1107792, but with D2D, rather than Cairo. Still basic layers though.
Reporter | ||
Comment 1•9 years ago
|
||
PushNewDT, where we have BasicLayerManager and DrawTargetD2D1, and DrawTargetD2D1::Init failing with, from what I can tell, mDC->CreateBitmap returning "out of memory", even on a 64x64 (so, 16k attempted and failed.) System memory usage reported at 71% and 89% for these two reports.
Running out of some GPU resource?
Flags: needinfo?(bas)
Whiteboard: [b2g-crash][gfx-noted] → [gfx-noted]
Comment 2•9 years ago
|
||
(In reply to Milan Sreckovic [:milan] from comment #1)
> PushNewDT, where we have BasicLayerManager and DrawTargetD2D1, and
> DrawTargetD2D1::Init failing with, from what I can tell, mDC->CreateBitmap
> returning "out of memory", even on a 64x64 (so, 16k attempted and failed.)
> System memory usage reported at 71% and 89% for these two reports.
>
> Running out of some GPU resource?
Presumably, yes. Although.. you never know if D2D has some cairo-esque error reporting going on.
Flags: needinfo?(bas)
Comment 3•9 years ago
|
||
From the crash signature [@ OOM | unknown | NS_ABORT_OOM | gfxContext::PushNewDT ], the current affected versions are:
- Nightly: 44.0a1, 45.0a1
- Aurora: 44.0a2, 45.0a2
- Beta: 44.0b1, 45.0b1, 45.0b2
This is no longer reported for any versions of Firefox we currently support. This seems completely isolated to old Nightly and Aurora versions.
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox47:
affected → ---
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•