Closed
Bug 474075
Opened 14 years ago
Closed 14 years ago
"ASSERTION: Dead placeholder in placeholder map" with -moz-column, float, fixed pos
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jruderman, Assigned: roc)
References
Details
(Keywords: assertion, crash, testcase, Whiteboard: [sg:critical?])
Attachments
(1 file)
413 bytes,
text/html
|
Details |
###!!! ASSERTION: Placeholder relationship should have been torn down; see comments in nsPlaceholderFrame.h: '!shell->FrameManager()->GetPlaceholderFrameFor(mOutOfFlowFrame)', file layout/generic/nsPlaceholderFrame.cpp, line 132 ###!!! ASSERTION: Dead placeholder in placeholder map: 'entry->placeholderFrame->GetOutOfFlowFrame() != (void*)0xdddddddd', file layout/base/nsFrameManager.cpp, line 137 ###!!! ASSERTION: no placeholder frame: 'nsnull != placeholderFrame', file layout/generic/nsHTMLReflowState.cpp, line 1130 Crash: null deref [@ nsHTMLReflowState::GetHypotheticalBoxContainer]
Reporter | ||
Updated•14 years ago
|
Whiteboard: [sg:critical?]
Comment 1•14 years ago
|
||
(In reply to comment #0) > ###!!! ASSERTION: Placeholder relationship should have been torn down; see > comments in nsPlaceholderFrame.h: > '!shell->FrameManager()->GetPlaceholderFrameFor(mOutOfFlowFrame)', file > layout/generic/nsPlaceholderFrame.cpp, line 132 The stack leading to this assertion makes me reasonably confident it's the same problem as bug 463350.
![]() |
||
Comment 3•14 years ago
|
||
Actually, this is worksforme on tip, even without the fix for bug 493649. I'll bet it was fixed by the fix for bug 463350, as dbaron thought.
Status: NEW → RESOLVED
Closed: 14 years ago
No longer depends on: 493649
Flags: in-testsuite?
Resolution: --- → FIXED
Updated•10 years ago
|
Group: core-security
Comment 4•10 years ago
|
||
crashtest: https://hg.mozilla.org/integration/mozilla-inbound/rev/94dbffe183bc
Flags: in-testsuite? → in-testsuite+
Comment 5•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/94dbffe183bc
Assignee: nobody → jruderman
Updated•10 years ago
|
Assignee: jruderman → roc
You need to log in
before you can comment on or make changes to this bug.
Description
•