Closed
Bug 1059496
Opened 10 years ago
Closed 10 years ago
Continuous spew of ASSERTION: Child frames aren't sorted correctly in logcat
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1059138
People
(Reporter: dhylands, Unassigned)
Details
I rebuilt my debug eng B2G flame image (from master) and I get the following spewed continuously in my logcat:
> [Parent 298] ###!!! ASSERTION: Child frames aren't sorted correctly: 'nsIFrame::IsFrameListSorted<IsOrderLEQWithDOMFallback>(mFrames)', file ../../../b2g-inbound/layout/generic/nsFlexContainerFrame.cpp, line 1846
(even when the screen is off).
When the screen is on, then I get:
> [Child 958] WARNING: Transparent content with displayports can be expensive.: file ../../../b2g-inbound/layout/base/nsDisplayList.cpp, line 1311
> [Parent 298] ###!!! ASSERTION: Child frames aren't sorted correctly: 'nsIFrame::IsFrameListSorted<IsOrderLEQWithDOMFallback>(mFrames)', file ../../../b2g-inbound/layout/generic/nsFlexContainerFrame.cpp, line 1846
Child 958 in this case is the Homesceen.
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•