Closed
Bug 898913
Opened 12 years ago
Closed 12 years ago
"ASSERTION: no frame" and crash [@ nsHTMLReflowState::nsHTMLReflowState]
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
FIXED
mozilla26
People
(Reporter: jruderman, Assigned: MatsPalmgren_bugz)
References
Details
(Keywords: assertion, crash, testcase)
Crash Data
Attachments
(3 files, 1 obsolete file)
###!!! ASSERTION: no frame: 'aFrame', file /Users/jruderman/trees/mozilla-central/layout/generic/nsHTMLReflowState.cpp, line 141
Reporter | ||
Comment 1•12 years ago
|
||
Assignee | ||
Comment 2•12 years ago
|
||
nsCSSFrameConstructor::RemoveFloatingFirstLetterFrames
fails to remove floating first-letter frames if they
are on the kPushedFloatsList.
https://tbpl.mozilla.org/?tree=Try&rev=3ac8205b26b8
https://tbpl.mozilla.org/?tree=Try&rev=441782474e94
Assignee: nobody → matspal
Comment 3•12 years ago
|
||
On Windows: bp-6729a098-93b5-4f45-a8e1-f1d492130729.
Crash Signature: [@ nsHTMLReflowState::nsHTMLReflowState(nsPresContext*, nsHTMLReflowState const&, nsIFrame*, nsSize const&, int, int, bool)]
OS: Mac OS X → All
Hardware: x86_64 → All
Assignee | ||
Comment 4•12 years ago
|
||
Look for the floating first-letter frame to remove on the kPushedFloatsList too.
https://tbpl.mozilla.org/?tree=Try&rev=cedd2002b079
https://tbpl.mozilla.org/?tree=Try&rev=c1e538f4acca
Attachment #782365 -
Attachment is obsolete: true
Attachment #784620 -
Flags: review?(dholbert)
Comment 5•12 years ago
|
||
Sorry for the delay on this - I was traveling for a good chunk of the last week, and this slipped off my radar.
Hoping to review this before I leave the office tonight.
Comment 6•12 years ago
|
||
Comment on attachment 784620 [details] [diff] [review]
fix+test
Seems reasonable.
Attachment #784620 -
Flags: review?(dholbert) → review+
Comment 7•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla26
You need to log in
before you can comment on or make changes to this bug.
Description
•