Closed
Bug 1324643
Opened 8 years ago
Closed 7 years ago
stylo: layout/tables/crashtests/370897-1.html hits various non-fatal table frame related assertions
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: heycam, Unassigned)
References
(Blocks 1 open bug)
Details
###!!! ASSERTION: How did this produce an nsTableRowGroupFrame?: 'Not Reached', file /home/worker/workspace/build/src/layout/tables/nsTableFrame.cpp, line 2862
###!!! ASSERTION: How did we get here? Frame construction screwed up: 'Not Reached', file /home/worker/workspace/build/src/layout/tables/nsTableFrame.cpp, line 2353
###!!! ASSERTION: Wrong parent style context: 'Error', file /home/worker/workspace/build/src/layout/base/RestyleManagerBase.cpp, line 302
###!!! ASSERTION: frame to add has different parent: 'IsEmpty() || FirstChild()->GetParent() == aFrameList.FirstChild()->GetParent()', file /home/worker/workspace/build/src/layout/generic/nsFrameList.cpp, line 153
###!!! ASSERTION: prev sibling has different parent: '!aPrevSibling || aPrevSibling->GetParent() == aFrameList.FirstChild()->GetParent()', file /home/worker/workspace/build/src/layout/generic/nsFrameList.cpp, line 156
###!!! ASSERTION: unexpected frame type: 'IsFrameAllowedInTable(f->GetType())', file /home/worker/workspace/build/src/layout/tables/nsTableFrame.cpp, line 1308
Reporter | ||
Comment 1•8 years ago
|
||
This is fixed in the latest mozilla-central -> stylo merge.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 2•8 years ago
|
||
This didn't get fixed after all (see bug 1334938); sorry for the noise.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Updated•8 years ago
|
Priority: -- → P3
Updated•7 years ago
|
Priority: P3 → --
Reporter | ||
Comment 3•7 years ago
|
||
No longer asserts.
Status: REOPENED → RESOLVED
Closed: 8 years ago → 7 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•