Closed
Bug 896047
Opened 11 years ago
Closed 11 years ago
crash in mozilla::dom::CanvasRenderingContext2D::EnsureWritablePath()
Categories
(Core :: Graphics: Canvas2D, defect)
Tracking
()
VERIFIED
FIXED
mozilla28
People
(Reporter: yury, Assigned: yury)
References
()
Details
(Keywords: crash, testcase, Whiteboard: [shumway])
Crash Data
Attachments
(2 files)
506 bytes,
text/html
|
Details | |
2.62 KB,
patch
|
bas.schouten
:
review+
|
Details | Diff | Splinter Review |
This bug was filed from the Socorro interface and is
report bp-f6096047-d846-4127-8b22-f98542130719 .
=============================================================
Appears on DirectX due to fail at [1] and connected with EnsureUserSpacePath logic [2].
[1] http://mxr.mozilla.org/mozilla-central/source/gfx/2d/PathD2D.cpp#237
[2] http://hg.mozilla.org/releases/mozilla-release/annotate/e55e45536133/content/canvas/src/CanvasRenderingContext2D.cpp#l1875
Assignee | ||
Updated•11 years ago
|
OS: Windows NT → Windows 7
Assignee | ||
Updated•11 years ago
|
Assignee | ||
Updated•11 years ago
|
Comment 1•11 years ago
|
||
Please renominate with a justification of why this should track, since this isn't marked as a topcrash or recent regression.
Assignee | ||
Comment 3•11 years ago
|
||
(In reply to Alex Keybl [:akeybl] from comment #1)
> Please renominate with a justification of why this should track, since this
> isn't marked as a topcrash or recent regression.
After landing Shumway it's number 45 in topcrashes for Firefox 27.
tracking-firefox27:
--- → ?
Comment 4•11 years ago
|
||
(In reply to Yury Delendik (:yury) from comment #3)
> (In reply to Alex Keybl [:akeybl] from comment #1)
> > Please renominate with a justification of why this should track, since this
> > isn't marked as a topcrash or recent regression.
>
> After landing Shumway it's number 45 in topcrashes for Firefox 27.
Up from what topcrash rank?
Let's wait to see where this lands on Aurora before tracking.
Updated•11 years ago
|
tracking-firefox27:
? → ---
tracking-firefox28:
--- → ?
Comment 5•11 years ago
|
||
Removing tracking flags - shumway won't move on from m-c for at least another couple of releases.
Assignee | ||
Comment 6•11 years ago
|
||
The fix is based on the "There is also never a path and a path builder present at the same time." constraint.
Attachment #829683 -
Flags: review?(bas)
Assignee | ||
Comment 7•11 years ago
|
||
Comment 8•11 years ago
|
||
Comment on attachment 829683 [details] [diff] [review]
Clear builder when fill rule for path changes.
Review of attachment 829683 [details] [diff] [review]:
-----------------------------------------------------------------
Good catch :).
Attachment #829683 -
Flags: review?(bas) → review+
Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Comment 9•11 years ago
|
||
Comment 10•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla28
Comment 11•11 years ago
|
||
Reproduced the crash on Nightly 2013-07-26.
Verified fixed in 28.0a1 (2013-12-04), win 7 x64
Status: RESOLVED → VERIFIED
Updated•10 years ago
|
Flags: needinfo?(bas)
You need to log in
before you can comment on or make changes to this bug.
Description
•