| Summary: | [git-webkit] "IndexError: list index out of range" using log | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Sergio Villar Senin <svillar> | ||||
| Component: | Tools / Tests | Assignee: | Jonathan Bedard <jbedard> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | aakash_jain, dewei_zhu, jbedard, slewis, svillar, webkit-bug-importer | ||||
| Priority: | P2 | Keywords: | InRadar | ||||
| Version: | WebKit Nightly Build | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Attachments: |
|
||||||
Created attachment 435775 [details]
Patch
This is a silly bug that happened because I don't do enough testing on non-Mac platforms. Committed r281197 (240641@main): <https://commits.webkit.org/240641@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 435775 [details]. |
This is the full backtrace: $ Tools/Scripts/git-webkit log Traceback (most recent call last): File "~/WebKit/Tools/Scripts/git-webkit", line 45, in <module> sys.exit(program.main( File "~/WebKit/Tools/Scripts/libraries/webkitscmpy/webkitscmpy/program/__init__.py", line 92, in main return parsed.main( File "~/WebKit/Tools/Scripts/libraries/webkitscmpy/webkitscmpy/program/log.py", line 40, in main return cls.pager(args, repository, file=__file__, **kwargs) File "~/WebKit/Tools/Scripts/libraries/webkitscmpy/webkitscmpy/program/command.py", line 125, in pager more = subprocess.Popen([which('more')] + ['-F', '-R'] if platform.system() == 'Darwin' else [], stdin=child.stdout) File "/usr/lib/python3.9/subprocess.py", line 951, in __init__ self._execute_child(args, executable, preexec_fn, close_fds, File "/usr/lib/python3.9/subprocess.py", line 1693, in _execute_child executable = args[0] IndexError: list index out of range I'm on a Linux machine BTW