Bug 222313

Summary: show-identifier fails with error: ascii codec can't decode byte 0xc3 in position
Product: WebKit Reporter: Aakash Jain <aakash_jain>
Component: Tools / TestsAssignee: Jonathan Bedard <jbedard>
Status: RESOLVED FIXED    
Severity: Normal CC: aakash_jain, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Aakash Jain 2021-02-23 07:34:48 PST
https://build.webkit.org/#/builders/21/builds/618/steps/3/logs/stdio

python Tools/Scripts/git-webkit find r273302
 in dir /Volumes/Data/slave/tvos-14-release/build (timeout 600 secs)

Title: Nullptr crash in ModifySelectionListLevelCommand::appendSiblingNodeRange
Traceback (most recent call last):
  File "Tools/Scripts/git-webkit", line 49, in <module>
    subversion='https://svn.webkit.org/repository/webkit',
  File "/Volumes/Data/slave/tvos-14-release/build/Tools/Scripts/libraries/webkitscmpy/webkitscmpy/program/__init__.py", line 80, in main
    subversion=subversion,
  File "/Volumes/Data/slave/tvos-14-release/build/Tools/Scripts/libraries/webkitscmpy/webkitscmpy/program/find.py", line 93, in main
    print(u'Author: {}'.format(commit.author))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 2: ordinal not in range(128)

Similarly:
https://build.webkit.org/#/builders/21/builds/619/steps/3/logs/stdio
https://build.webkit.org/#/builders/49/builds/618/steps/3/logs/stdio
https://build.webkit.org/#/builders/67/builds/511/steps/3/logs/stdio
Comment 1 Radar WebKit Bug Importer 2021-02-23 09:36:58 PST
<rdar://problem/74645910>
Comment 2 Jonathan Bedard 2021-02-23 09:43:07 PST
Created attachment 421321 [details]
Patch
Comment 3 Jonathan Bedard 2021-02-23 09:54:28 PST
Committed r273315 (234475@main): <https://commits.webkit.org/234475@main>