Closed
Bug 400190
Opened 17 years ago
Closed 17 years ago
"ASSERTION: reflow roots should never split" with -moz-column, padding, margin, position:absolute
Categories
(Core :: Layout, defect, P3)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jruderman, Assigned: fantasai.bugs)
References
Details
(Keywords: assertion, crash, testcase, Whiteboard: [sg:critical?][dbaron-1.9:RsCo])
Attachments
(1 file)
(deleted),
text/html
|
Details |
Loading the testcase triggers an assertion:
###!!! ASSERTION: reflow roots should never split: 'status == NS_FRAME_COMPLETE', file /Users/jruderman/trunk/mozilla/layout/base/nsPresShell.cpp, line 6141
Reloading the testcase triggers a crash [@ nsPropertyTable::PropertyList::Equals] dereferencing 0xddddde09.
Flags: blocking1.9?
Comment 1•17 years ago
|
||
With that stack trace, I guess it's related to bug 399994.
Reporter | ||
Updated•17 years ago
|
Whiteboard: [sg:critical?]
Flags: blocking1.9? → blocking1.9+
Updated•17 years ago
|
Whiteboard: [sg:critical?] → [sg:critical?][dbaron-1.9:RsCo]
Priority: -- → P3
This isn't crashing anymore. Can someone verify that? Maybe the checkin to bug 399843 fixed it.
Works for me --- no crash, no assertion, output looks correct. Excellent!
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → WORKSFORME
Updated•17 years ago
|
Flags: in-testsuite?
Reporter | ||
Comment 4•17 years ago
|
||
Works for me too.
Comment 5•10 years ago
|
||
Landed the crashtest:
https://hg.mozilla.org/integration/mozilla-inbound/rev/457f5ae19a7f
Group: core-security
Flags: in-testsuite? → in-testsuite+
Comment 6•10 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•