Open
Bug 766434
Opened 13 years ago
Updated 2 years ago
Crash with large source in createPattern [@ _cairo_surface_acquire_source_image]
Categories
(Core :: Graphics: Canvas2D, defect, P3)
Core
Graphics: Canvas2D
Tracking
()
NEW
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: crash, testcase, Whiteboard: [gfx-noted])
Crash Data
Attachments
(1 file)
525 bytes,
text/html
|
Details |
With
user_pref("gfx.canvas.azure.enabled", false);
the testcase crashes in _cairo_surface_acquire_source_image.
With
user_pref("gfx.canvas.azure.enabled", true);
the testcase aborts earlier (see bug 763828).
Reporter | ||
Comment 1•13 years ago
|
||
We still see this crash but at very low volume, ~2 a week on Release, across all platforms (predominantly on Linux). URLs containing www.tastingtable.com show up a lot.
OS: Mac OS X → All
Hardware: x86_64 → All
Whiteboard: [gfx-noted]
Updated•7 years ago
|
Priority: -- → P3
Updated•2 years ago
|
Severity: critical → S2
Comment 3•2 years ago
|
||
No crashes on crash stats at this signature, testcase doesn't crash or assert for me, decreasing severity -> S3.
Severity: S2 → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•