Closed
Bug 489691
Opened 16 years ago
Closed 16 years ago
Crash [@ GetAdvanceForGlyphs] with :first-letter, rtl
Categories
(Core :: Layout, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: jruderman, Assigned: smontagu)
References
Details
(4 keywords)
Crash Data
Attachments
(1 file)
(deleted),
text/html
|
Details |
###!!! ASSERTION: Invalid offset: 'aOffset <= mSkipChars->mCharCount', file /Users/jruderman/central/gfx/thebes/src/gfxSkipChars.cpp, line 92
###!!! ASSERTION: Substring out of range: 'aStart + aLength <= mCharacterCount', file /Users/jruderman/central/gfx/thebes/src/gfxFont.cpp, line 2130
Null deref [@ GetAdvanceForGlyphs]
Assignee | ||
Updated•16 years ago
|
Assignee | ||
Comment 1•16 years ago
|
||
Seems to be regression from bug 332655
Assignee: nobody → smontagu
Blocks: randomclasses
Assignee | ||
Comment 2•16 years ago
|
||
Fixed by bug 490747, http://hg.mozilla.org/mozilla-central/rev/051f635a1061 includes the testcase as a crashtest.
Flags: in-testsuite+
Assignee | ||
Updated•16 years ago
|
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 3•16 years ago
|
||
Keywords: fixed1.9.1
Comment 4•15 years ago
|
||
verified FIXED on debug builds (no crash or asserts):
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1pre) Gecko/20090528 Shiretoko/3.5pre ID:20090528130303
and
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.2a1pre) Gecko/20090528 Minefield/3.6a1pre ID:20090528112613
Status: RESOLVED → VERIFIED
Keywords: fixed1.9.1 → verified1.9.1
Updated•13 years ago
|
Crash Signature: [@ GetAdvanceForGlyphs]
You need to log in
before you can comment on or make changes to this bug.
Description
•