[Webkit-unassigned] [Bug 131188] New: layout_test_runner: UnicodeDecodeError(''ascii' codec can't decode byte 0xe2 in position 344: ordinal not in range(128)')

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 3 16:06:13 PDT 2014


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

           Summary: layout_test_runner: UnicodeDecodeError(''ascii' codec
                    can't decode byte 0xe2 in position 344: ordinal not in
                    range(128)')
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: joepeck at webkit.org
                CC: rniwa at webkit.org, dfarler at apple.com


I occasionally see this error on build bots:

    worker/5: UnicodeDecodeError(''ascii' codec can't decode byte 0xe2 in position 344: ordinal not in range(128)') raised:
        File ".../OpenSource/Tools/Scripts/webkitpy/common/message_pool.py", line 255, in run
          worker.handle(message.name, message.src, *message.args)

Can we just avoid ascii here? Or at least prevent the exception?

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