Closed
Bug 1331913
Opened 8 years ago
Closed 8 years ago
Crash in [@ CoreGraphics@0x25d9f | mozilla::gfx::DrawTargetCG::FillGlyphs()]
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
WONTFIX
| Tracking | Status | |
|---|---|---|
| firefox51 | --- | affected |
| firefox52 | --- | unaffected |
| firefox53 | --- | unaffected |
People
(Reporter: whimboo, Unassigned)
References
Details
(Keywords: crash, Whiteboard: gfx-noted)
Crash Data
Thunderbird crashed when deleting an email with the following stack:
bp-d5dcd505-396b-4a2e-8e4c-a9a422170118
Frames:
0 CoreGraphics CoreGraphics@0x25d9f
[..]
12 CoreText DrawSbixGlyphsAtPositions(TFont const*, __CFData const*, unsigned short const*, CGPoint const*, unsigned long, CGContext*, CGAffineTransform, CGAffineTransform)
13 CoreText CTFontDrawGlyphs
14 XUL mozilla::gfx::DrawTargetCG::FillGlyphs(mozilla::gfx::ScaledFont*, mozilla::gfx::GlyphBuffer const&, mozilla::gfx::Pattern const&, mozilla::gfx::DrawOptions const&, mozilla::gfx::GlyphRenderingOptions const*) gfx/2d/DrawTargetCG.cpp:1606
15 XUL GlyphBufferAzure::Flush(bool) gfx/thebes/gfxFont.cpp:1592
16 XUL gfxFont::DrawGlyphs(gfxShapedText*, unsigned int, unsigned int, gfxPoint*, TextRunDrawParams const&, FontDrawParams const&) gfx/thebes/gfxFont.cpp:1481
17 XUL gfxFont::Draw(gfxTextRun*, unsigned int, unsigned int, gfxPoint*, TextRunDrawParams const&, unsigned short) gfx/thebes/gfxFont.cpp:2035
18 XUL gfxTextRun::DrawGlyphs(gfxFont*, unsigned int, unsigned int, gfxPoint*, gfxTextRun::PropertyProvider*, unsigned int, unsigned int, TextRunDrawParams&, unsigned short) gfx/thebes/gfxTextRun.cpp:405
Comment 1•8 years ago
|
||
DrawTargetCG doesn't exist in nightly and hasn't since 52 - see bug 1258751. This is probably fixed once you update Gecko?
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox51:
--- → affected
status-firefox52:
--- → unaffected
Resolution: --- → WONTFIX
Whiteboard: gfx-noted
| Reporter | ||
Comment 2•8 years ago
|
||
CC'ing Wayne. Maybe the Thunderbird folks are interested in that. I'm currently running Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 ID:20161222195647 CSet: e1f6e38a3ab32e0443d3205aa934e616ce1ed56b
Comment 3•8 years ago
|
||
[@ CoreGraphics@0x25d9f ] is the correct signature for this
Crash Signature: [@ CoreGraphics@0x25d9f | mozilla::gfx::DrawTargetCG::FillGlyphs()] → [@ CoreGraphics@0x25d9f ]
Comment 4•8 years ago
|
||
(In reply to Henrik Skupin (:whimboo) from comment #0)
> Thunderbird crashed when deleting an email with the following stack:
>
> bp-d5dcd505-396b-4a2e-8e4c-a9a422170118
Thanks for referring this. Your comment in the crash is"Crash when deleting an email and pressing up arrow key". My suspicion is the crash may not be graphics.
Regardless, I don't think we need to dig further given commen 1 and the fact that there are no other users with that crash signature. And looking at crashes sigs of CoreGraphics in general https://crash-stats.mozilla.com/search/?signature=~CoreGraphics%40&product=Thunderbird&version=45.6.0&date=%3E%3D2016-12-18T17%3A10%3A34.000Z&date=%3C2017-01-18T17%3A10%3A34.000Z&_sort=-email&_sort=user_comments&_sort=-date&_facets=signature&_facets=platform_version&_columns=date&_columns=signature&_columns=version&_columns=build_id&_columns=platform&_columns=platform_version&_columns=user_comments#facet-signature all the others look to be legitimately Font related, like bp-0d6fcb22-881e-4ca6-98a9-936ba2170116
You need to log in
before you can comment on or make changes to this bug.
Description
•