Closed
Bug 325024
Opened 20 years ago
Closed 20 years ago
Crash with evil testcase, using object, display: table-column, etc
Categories
(Core :: Layout, defect)
Tracking
()
VERIFIED
FIXED
mozilla1.9alpha1
People
(Reporter: martijn.martijn, Assigned: bzbarsky)
References
Details
(Keywords: crash, regression, testcase)
Attachments
(2 files)
See upcoming testcase.
It crashes current Mozilla trunk build. It doesn't crash Mozilla1.7, so seems like a regression (Ria, could you find the regression range?)
| Reporter | ||
Comment 1•20 years ago
|
||
| Reporter | ||
Comment 2•20 years ago
|
||
This is a backtrace from the assertion I get:
###!!! ASSERTION: Null out-of-flow for placeholder?: 'outOfFlow', file c:/mozill
a/mozilla/layout/generic/nsPlaceholderFrame.h, line 121
and from the actual crash:
Program received signal SIGSEGV, Segmentation fault.
0x0573b1f6 in nsIFrame::GetStyleData(nsStyleStructID) const (this=0x0,
aSID=eStyleStruct_Display)
at c:/mozilla/mozilla/layout/generic/nsIFrame.h:574
574 NS_ASSERTION(mStyleContext, "No style context found!");
Current language: auto; currently c++
(gdb) bt
#0 0x0573b1f6 in nsIFrame::GetStyleData(nsStyleStructID) const (this=0x0,
aSID=eStyleStruct_Display)
at c:/mozilla/mozilla/layout/generic/nsIFrame.h:574
#1 0x0573b415 in nsIFrame::GetStyleDisplay() const (this=0x0)
at c:/mozilla/mozilla/layout/style/nsStyleStructList.h:90
#2 0x0501bca1 in nsLayoutUtils::GetFloatFromPlaceholder(nsIFrame*) (
aFrame=0x1031ba44) at c:/mozilla/mozilla/layout/base/nsLayoutUtils.cpp:186
#3 0x050ada43 in nsLineLayout::ReflowFrame(nsIFrame*, unsigned&, nsHTMLReflowMe
trics*, int&) (this=0x22d768, aFrame=0x1031ba44, aReflowStatus=@0x22d678,
aMetrics=0x0, aPushedFrame=@0x22d304)
at c:/mozilla/mozilla/layout/generic/nsLineLayout.cpp:1009
| Reporter | ||
Comment 3•20 years ago
|
||
I'm using some table display types here, so Bernd may be interested.
Comment 5•20 years ago
|
||
1.9a1_2006012609 works
1.9a1_2006012621 crashes
Don't know if it's terrible but I can't tripleclick -> select the line:
"This is a searchable index. Enter search keywords:".
| Reporter | ||
Updated•20 years ago
|
Blocks: ajax-demolisher
| Assignee | ||
Updated•20 years ago
|
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9alpha
Comment 7•20 years ago
|
||
Verified FIXED using Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20060209 Firefox/1.6a1
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•