Bug 222313 - show-identifier fails with error: ascii codec can't decode byte 0xc3 in position
Summary: show-identifier fails with error: ascii codec can't decode byte 0xc3 in position
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jonathan Bedard
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-02-23 07:34 PST by Aakash Jain
Modified: 2021-02-23 09:59 PST (History)
2 users (show)

See Also:


Attachments
Patch (3.83 KB, patch)
2021-02-23 09:43 PST, Jonathan Bedard
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>