Closed
Bug 367360
Opened 19 years ago
Closed 18 years ago
Crash [@ nsHTMLButtonControlFrame::GetContentInsertionFrame] with -moz-column-count and display: list-item
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: martijn.martijn, Assigned: martijn.martijn)
References
Details
(Keywords: crash, regression, testcase)
Crash Data
Attachments
(1 file)
|
495 bytes,
text/html
|
Details |
See testcase, which crashes in current Mozilla trunk build on load.
Talkback ID: TB28472686W
nsHTMLButtonControlFrame::GetContentInsertionFrame [mozilla\layout\forms\nshtmlbuttoncontrolframe.h, line 131]
nsBlockFrame::RenumberListsInBlock [mozilla\layout\generic\nsblockframe.cpp, line 6095]
nsBlockFrame::RenumberLists [mozilla\layout\generic\nsblockframe.cpp, line 6073]
nsBlockFrame::Reflow [mozilla\layout\generic\nsblockframe.cpp, line 872]
It doesn't crash a 2006-12-07 build, but it does crash a 2006-12-08 build, so I guess this is a regression somehow from the reflow branch landing.
I'm seeing the crash in nsColumnSetFrame::GetContentInsertionFrame (but stack below that matching).
So are column set frames allowed to not have a child? If so, GetContentInsertionFrame probably needs some work (not sure how, exactly). But the crash I'm seeing here is a null dereference in GetContentInsertionFrame for the outer span in the testcase. (That seems rather odd to me.)
It's always supposed to have a child.
Comment 4•18 years ago
|
||
WFM (Mac trunk nightly).
| Assignee | ||
Comment 5•18 years ago
|
||
Testcase also wfm, using:
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a4pre) Gecko/20070423 Minefield/3.0a4pre
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → WORKSFORME
Updated•18 years ago
|
Flags: in-testsuite?
Updated•14 years ago
|
Crash Signature: [@ nsHTMLButtonControlFrame::GetContentInsertionFrame]
Comment 6•12 years ago
|
||
Flags: in-testsuite? → in-testsuite+
Comment 7•12 years ago
|
||
Assignee: nobody → martijn.martijn
You need to log in
before you can comment on or make changes to this bug.
Description
•