[Webkit-unassigned] [Bug 93728] New: NRWT crashes when DRT with --encode-binary crashes just before it dumps pixels

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 10 10:15:21 PDT 2012


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

           Summary: NRWT crashes when DRT with --encode-binary crashes
                    just before it dumps pixels
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: wangxianzhu at chromium.org
                CC: dpranke at chromium.org


If DRT running with --encode-binary crashes just before it dump pixels, block.content might be set to None (returned from self._server_process.read_stdout() at driver.py:421), then block.decode_content() will cause crash of NRWT in base64.b64decode() because self.content is None.

-- 
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