[Webkit-unassigned] [Bug 47241] New: [chromium] DRT crash in fast/canvas tests w/accel 2D canvas due to NULL DrawingBuffer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 5 19:24:00 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=47241

           Summary: [chromium] DRT crash in fast/canvas tests w/accel 2D
                    canvas due to NULL DrawingBuffer
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kbr at google.com
                CC: senorblanco at chromium.org, dpranke at chromium.org,
                    jamesr at chromium.org, vangelis at chromium.org,
                    scheib at chromium.org


The following test cases in fast/canvas are failing in DRT when run with --enable-accelerated-compositing --enable-accelerated-2d-canvas due to a NULL m_drawingBuffer in CanvasRenderingContext2D. The reason is that drawingContext() is NULL when the CanvasRenderingContext2D is created, so the drawing buffer is never initialized.

fast/canvas/access-zero-sized-canvas.html
fast/canvas/canvas-skia-excessive-size.html
fast/canvas/toDataURL-noData.html

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list