Closed
Bug 765111
Opened 12 years ago
Closed 9 years ago
Crash with canvas2d.createPattern(webgl)
Categories
(Core :: Graphics: Canvas2D, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jruderman, Assigned: jrmuizel)
References
Details
(Keywords: crash, testcase, Whiteboard: [fuzzblocker])
Crash Data
Attachments
(2 files)
Crash [@ mozilla::gfx::GetImageFromSourceSurface ]
Reporter | ||
Comment 1•12 years ago
|
||
Reporter | ||
Updated•12 years ago
|
Crash Signature: [@ mozilla::gfx::GetImageFromSourceSurface ] → [@ mozilla::gfx::GetImageFromSourceSurface ]
[@ mozilla::gfx::CreateCGPattern ]
Comment 2•12 years ago
|
||
Can't reproduce the crash here, but the stack trace is definitely canvas2d not WebGL.
Reporter | ||
Updated•12 years ago
|
Component: Canvas: WebGL → Canvas: 2D
Reporter | ||
Comment 3•12 years ago
|
||
Hmm, it crashes reliably for me on Mac.
Updated•12 years ago
|
Summary: Crash with createPattern(canvas3d) → Crash with createPattern(canvas2d)
Reporter | ||
Updated•11 years ago
|
Summary: Crash with createPattern(canvas2d) → Crash with canvas2d.createPattern(canvas3d)
Comment 5•11 years ago
|
||
Jesse, "canvas3d" was renamed to "WebGL" a few years ago ;-)
Comment 6•11 years ago
|
||
Also, I /can/ reproduce here with Linux 64bit, default config (using Cairo, non-Azure canvas)
Reporter | ||
Updated•11 years ago
|
Summary: Crash with canvas2d.createPattern(canvas3d) → Crash with canvas2d.createPattern(webgl)
Reporter | ||
Comment 7•11 years ago
|
||
A lot of other bugs are incorrectly being ignored due to this one :(
Whiteboard: [fuzzblocker]
Comment 8•9 years ago
|
||
Can't reproduce on Linux 64 with a recently nightly.
Reporter | ||
Comment 9•9 years ago
|
||
WFM with mozilla-central on Mac 10.11.1, even if I try to emulate old settings with:
user_pref("gfx.canvas.azure.backends", "cg");
Status: NEW → RESOLVED
Closed: 9 years ago
Flags: in-testsuite?
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•