Closed
Bug 310556
Opened 19 years ago
Closed 16 years ago
ASSERTION: forget-word-frame: '(void*)aFrame == mWordFrames->PeekFront()' involving empty generated content
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: assertion, testcase)
Attachments
(2 files)
Reporter | ||
Comment 1•19 years ago
|
||
Comment 2•19 years ago
|
||
What's the actual full assertion text? And the top 5-6 stack frames?
Reporter | ||
Comment 3•19 years ago
|
||
###!!! ASSERTION: forget-word-frame: '(void*)aFrame == mWordFrames->PeekFront()'
, file c:/buildmoz/mozilla/layout/generic/nsLineLayout.cpp, line 3033
Reporter | ||
Comment 4•19 years ago
|
||
Comment 5•19 years ago
|
||
Hmm. So aFrame is a text frame for two newlines, but mWordFrames->PeekFront()
is the zero-length text that content: inserts here. roc, dbaron, any idea
what's going on?
Comment 6•18 years ago
|
||
Jesse, do you still see this? I can't seem to reproduce now...
Reporter | ||
Comment 7•17 years ago
|
||
WFM on Mac trunk. I guess I should test Windows too, since I reported it on Windows.
Comment 8•16 years ago
|
||
Works for me on Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9pre) Gecko/2008042315 Minefield/3.0pre ID:2008042315 - i don't see such a assertion when i load the testcase
-> WFM
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → WORKSFORME
Reporter | ||
Comment 10•16 years ago
|
||
I checked the testcase in as a crashtest.
Flags: in-testsuite? → in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•