Closed
Bug 894312
Opened 11 years ago
Closed 4 months ago
Assertion failure: mDescriptor.type() == SurfaceDescriptor::TSharedTextureDescriptor
Categories
(Core :: Graphics: Layers, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: derf, Unassigned)
References
Details
This appeared several times in adb logcat shortly before the assertion:
E/memalloc( 1898): /dev/pmem: No more pmem available
W/memalloc( 1898): Falling back to ashmem
I/Gecko ( 2145): [Child 2145] WARNING: nsWindow::GetNativeData not implemented for this type: file /media/stax1500/src/mozilla/B2G/mozilla-central/widget/xpwidgets/PuppetWidget.cpp, line 670
I/Gecko ( 2145): [Child 2145] WARNING: We don't support transparent content with displayports, force it to be opqaue: file /media/stax1500/src/mozilla/B2G/mozilla-central/layout/base/nsDisplayList.cpp, line 1193
In bug 852734 comment 97 bjacob asks:
> Why would we possibly have mDescriptor.type() !=
> SurfaceDescriptor::TSharedTextureDescriptor here, if the descriptor is valid? I.e. what
> other type of descriptor could we get?
That sounds like an excellent question.
Updated•2 years ago
|
Severity: normal → S3
Comment 1•4 months ago
|
||
This assertion no longer exists
Status: NEW → RESOLVED
Closed: 4 months ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•