Closed
Bug 372550
Opened 19 years ago
Closed 18 years ago
Crash [@ IsPercentageAware] [@ nsLineLayout::ReflowFrame] with first-letter
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: crash, regression, testcase)
Crash Data
Attachments
(1 file)
284 bytes,
text/html
|
Details |
Steps to reproduce:
1. Load the testcase.
Result:
###!!! ASSERTION: null frame is not allowed: 'aFrame', file /Users/jruderman/trunk/mozilla/layout/generic/nsLineLayout.cpp, line 707
Crash [@ IsPercentageAware] called by nsLineLayout::ReflowFrame.
This regressed between 2007-02-27 and 2007-03-03; bug 367650 may have caused the regression.
The testcase was derived from http://lxr.mozilla.org/seamonkey/source/layout/reftests/first-letter/dynamic-3b.html, which was added as a reftest for bug 367650.
![]() |
||
Comment 1•19 years ago
|
||
Patch for bug 362901 fixes this. Note that that bug is security-sensitive, so no dep for now.
![]() |
||
Comment 2•18 years ago
|
||
Fixed by checkin for bug 362901.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Comment 3•18 years ago
|
||
At a cursory glance, the testcase here and the one committed have different enough construction that both should probably be committed.
Flags: in-testsuite?
Assignee | ||
Updated•14 years ago
|
Crash Signature: [@ IsPercentageAware]
[@ nsLineLayout::ReflowFrame]
You need to log in
before you can comment on or make changes to this bug.
Description
•