Closed
Bug 486052
Opened 17 years ago
Closed 17 years ago
[FIX]"ASSERTION: unexpected second call to SetInitialChildList" with r&a pos, table-footer-group
Categories
(Core :: Layout: Positioned, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jruderman, Assigned: bzbarsky)
References
Details
(Keywords: assertion, regression, testcase)
Attachments
(2 files)
|
168 bytes,
text/html
|
Details | |
|
10.70 KB,
patch
|
roc
:
review+
roc
:
superreview+
|
Details | Diff | Splinter Review |
###!!! ASSERTION: unexpected second call to SetInitialChildList: 'Not Reached', file /Users/jruderman/central/layout/generic/nsContainerFrame.cpp, line 111
###!!! ASSERTION: Frames getting lost!: 'NS_SUCCEEDED(rv)', file /Users/jruderman/central/layout/base/nsCSSFrameConstructor.cpp, line 1320
###!!! ASSERTION: Some objects allocated with AllocateFrame were not freed: 'mFrameCount == 0', file /Users/jruderman/central/layout/base/nsPresShell.cpp, line 681
Security-sensitive because the last assertion is often scary and I'm in a hurry.
| Assignee | ||
Comment 1•17 years ago
|
||
Looks like a regression; I don't see this in 1.9.1 builds.
Keywords: regression
| Assignee | ||
Comment 2•17 years ago
|
||
This is a regression from bug 482889. I forgot the FCDATA_SKIP_ABSPOS_PUSH for captions, rowgroups, and colgroups... Nice catch, Jesse.
Removing security flag; this is trunk-only.
Assignee: nobody → bzbarsky
Blocks: 482889
Group: core-security
Status: NEW → ASSIGNED
Summary: "ASSERTION: unexpected second call to SetInitialChildList" with r&a pos, table-footer-group → [FIX]"ASSERTION: unexpected second call to SetInitialChildList" with r&a pos, table-footer-group
| Assignee | ||
Comment 3•17 years ago
|
||
Attachment #370137 -
Flags: superreview?(roc)
Attachment #370137 -
Flags: review?(roc)
Attachment #370137 -
Flags: superreview?(roc)
Attachment #370137 -
Flags: superreview+
Attachment #370137 -
Flags: review?(roc)
Attachment #370137 -
Flags: review+
| Assignee | ||
Comment 4•17 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•