[Webkit-unassigned] [Bug 229232] New: "IndexError: list index out of range" using git-webkit log

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 18 03:21:56 PDT 2021


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

            Bug ID: 229232
           Summary: "IndexError: list index out of range" using git-webkit
                    log
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: svillar at igalia.com

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

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210818/8c906fcd/attachment.htm>


More information about the webkit-unassigned mailing list