Closed
Bug 411090
Opened 18 years ago
Closed 18 years ago
crash in gfxFontUtils::ReadCMAP
Categories
(Core :: Graphics, defect, P4)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jtd, Assigned: jtd)
Details
Attachments
(1 file)
|
1.34 KB,
patch
|
pavlov
:
review+
pavlov
:
superreview+
|
Details | Diff | Splinter Review |
Crash reporter stack crawl:
http://crash-stats.mozilla.com/report/index/56dfa4d9-ba57-11dc-ab20-001a4bd43ef6
Looks like this is caused by a font with a corrupt cmap. Solution is to change assertion to NS_ENSURE_TRUE
http://mxr.mozilla.org/seamonkey/source/gfx/thebes/src/gfxFontUtils.cpp#373
Can reproduce with bogus font.
| Assignee | ||
Updated•18 years ago
|
Priority: -- → P4
| Assignee | ||
Comment 1•18 years ago
|
||
Attachment #300098 -
Flags: superreview?(pavlov)
Attachment #300098 -
Flags: review?(pavlov)
| Assignee | ||
Updated•18 years ago
|
Flags: blocking1.9?
Updated•18 years ago
|
Attachment #300098 -
Flags: superreview?(pavlov)
Attachment #300098 -
Flags: superreview+
Attachment #300098 -
Flags: review?(pavlov)
Attachment #300098 -
Flags: review+
| Assignee | ||
Comment 2•18 years ago
|
||
checked in
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•17 years ago
|
Flags: tracking1.9?
You need to log in
before you can comment on or make changes to this bug.
Description
•