Closed
Bug 460654
Opened 16 years ago
Closed 12 years ago
ASSERTION: Text run does not map enough text for our reflow: 'gfxSkipCharsIterator(iter).ConvertOriginalToSkipped(offset + length) <= mTextRun->GetLength()'
Categories
(Core :: Layout: Text and Fonts, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: cbook, Unassigned)
References
()
Details
(Keywords: assertion)
Attachments
(1 file)
(deleted),
text/plain
|
Details |
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b2pre) Gecko/20081016 Minefield/3.1b2pre
Found during the automated Global-500 Topsite Test on http://tr.wikipedia.org/wiki/Ana_Sayfa
###!!! ASSERTION: Text run does not map enough text for our reflow: 'gfxSkipCharsIterator(iter).ConvertOriginalToSkipped(offset + length) <= mTextRun->GetLength()', file c:/work/mozilla/builds/1.9.1-trace-malloc/mozilla/
layout/generic/nsTextFrameThebes.cpp, line 5768
Comment 1•16 years ago
|
||
###!!! ASSERTION: Invalid offset: 'aOffset <= mSkipChars->mCharCount', file /Users/jruderman/central/gfx/thebes/src/gfxSkipChars.cpp, line 92
###!!! ASSERTION: Text run does not map enough text for our reflow: 'gfxSkipCharsIterator(iter).ConvertOriginalToSkipped(offset + length) <= mTextRun->GetLength()', file /Users/jruderman/central/layout/generic/nsTextFrameThebes.cpp, line 5768
Bug 420233 and bug 459968 trigger these assertions, but the Wikipedia testcase is likely to be more sane.
Comment 2•16 years ago
|
||
WFM now :( I even tried loading older versions of the page.
Reporter | ||
Updated•16 years ago
|
Blocks: sisyphus-tracking
No longer depends on: sisyphus-tracking
Updated•13 years ago
|
No longer blocks: sisyphus-tracking
Updated•13 years ago
|
Summary: ###!!! ASSERTION: Text run does not map enough text for our reflow: 'gfxSkipCharsIterator(iter).ConvertOriginalToSkipped(offset + length) <= mTextRun->GetLength()' → ASSERTION: Text run does not map enough text for our reflow: 'gfxSkipCharsIterator(iter).ConvertOriginalToSkipped(offset + length) <= mTextRun->GetLength()'
You need to log in
before you can comment on or make changes to this bug.
Description
•