Closed
Bug 1346170
Opened 8 years ago
Closed 8 years ago
stylo: Assertion failure: aListID == kPrincipalList || aListID == kNoReflowPrincipalList (unexpected child list), at nsContainerFrame.cpp:155
Categories
(Core :: Layout, defect, P3)
Core
Layout
Tracking
()
RESOLVED
DUPLICATE
of bug 1345882
People
(Reporter: cbook, Unassigned)
References
()
Details
(Keywords: assertion)
Attachments
(1 file)
(deleted),
text/plain
|
Details |
Found by topsite bughunter runs and reproduced on latest stylo debug build from taskcluster.
Steps to reproduce:
-> Load http://www.hitmeister.de
--> Let the site load for like 10-20 seconds
---> Assertion failures after assertion
[Child 2257] ###!!! ASSERTION: unexpected child list: 'aListID == kPrincipalList', file /home/worker/workspace/build/src/layout/generic/ViewportFrame.cpp, line 206
Assertion failure: aListID == kPrincipalList || aListID == kNoReflowPrincipalList (unexpected child list), at /home/worker/workspace/build/src/layout/generic/nsContainerFrame.cpp:155
Reporter | ||
Comment 2•8 years ago
|
||
(In reply to Bobby Holley (:bholley) (busy with Stylo) from comment #1)
> Looks like a dupe of bug 1346170?
erm Bug 1346170 is this bug ? Wrong Bug number bobby ? :)
Flags: needinfo?(cbook) → needinfo?(bobbyholley)
Comment 3•8 years ago
|
||
Sorry, I meant bug 1345882. Looks like the assertion is firing in a separate file, but it's probably related. We can keep them separate for now, but when we fix one we should see if the other is fixed too.
Flags: needinfo?(bobbyholley)
Updated•8 years ago
|
Priority: -- → P3
Comment 4•8 years ago
|
||
Seems like a duplicate.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•