Closed
Bug 1079409
Opened 10 years ago
Closed 10 years ago
crash at mozilla::dom::CanvasRenderingContext2D::DrawOrMeasureText
Categories
(Core :: Graphics: Canvas2D, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: Gavin, Unassigned)
References
Details
(Keywords: crash)
Crash Data
I keep hitting this shortly after startup on today's Nightly (m-c revision 9ee9e193fc48), Mac OS X 10.9.5
https://crash-stats.mozilla.com/report/index/1e474f4a-99b9-4a01-9e06-78f0c2141007
Reporter | ||
Comment 1•10 years ago
|
||
Looks like this is not e10s specific, as I originally thought, I see it with e10s disabled as well:
https://crash-stats.mozilla.com/report/index/6f6e799d-278e-4267-969c-af9e42141007
tracking-e10s:
? → ---
Comment 3•10 years ago
|
||
Current trunk build crashes, backing out 88bb2a142e10 (bug 902799) makes it not crash.
Blocks: 902799
Comment 5•10 years ago
|
||
Crashed also on Ubuntu 14.04, while opening links from http://www.virginactive.co.uk/clubs#central-london and navigating on those pages
Build ID: 20141007030202 (https://hg.mozilla.org/mozilla-central/rev/9ee9e193fc48)
https://crash-stats.mozilla.com/report/index/06f4d313-2e1c-4e05-80ca-d3c0c2141008
OS: Mac OS X → All
Comment 7•10 years ago
|
||
Bug 902799 comment 18 backed out the offending patch and new nightlies for today were generated. Bug 902799 comment 20 relanded the patch with a fix. This can probably be closed once someone tests a build with the new patch.
Crash Signature: [@ mozilla::dom::CanvasRenderingContext2D::DrawOrMeasureText(nsAString_internal const&, float, float, mozilla::dom::Optional<double> const&, mozilla::dom::CanvasRenderingContext2D::TextDrawOperation, float*) ]
![]() |
||
Updated•10 years ago
|
Crash Signature: [@ mozilla::dom::CanvasRenderingContext2D::DrawOrMeasureText(nsAString_internal const&, float, float, mozilla::dom::Optional<double> const&, mozilla::dom::CanvasRenderingContext2D::TextDrawOperation, float*) ] → [@ mozilla::dom::CanvasRenderingContext2D::DrawOrMeasureText(nsAString_internal const&, float, float, mozilla::dom::Optional<double> const&, mozilla::dom::CanvasRenderingContext2D::TextDrawOperation, float*) ]
[@ gfxShapedText::IsVertical()]
(In reply to Matthew N. [:MattN] (behind on reviews - focused on Loop) from comment #7)
> Bug 902799 comment 18 backed out the offending patch and new nightlies for
> today were generated. Bug 902799 comment 20 relanded the patch with a fix.
> This can probably be closed once someone tests a build with the new patch.
Fix confirmed by crash-stats.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•