Bug 62948 - webkit-patch raises child_exception when applying attachment
Summary: webkit-patch raises child_exception when applying attachment
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-18 21:44 PDT by Daniel Bates
Modified: 2011-06-18 21:44 PDT (History)
2 users (show)

See Also:


Attachments
Backtrace (http://queues.webkit.org/results/8876165) (2.76 KB, text/plain)
2011-06-18 21:44 PDT, Daniel Bates
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Bates 2011-06-18 21:44:13 PDT
Created attachment 97716 [details]
Backtrace (http://queues.webkit.org/results/8876165)

webkit-patch failed with an odd error when processing attachment 97431 [details] (bug #62722). The last 500 characters from the commit queue bot were:

[[
cripts/webkitpy/common/system/executive.py", line 382, in run_command
    close_fds=self._should_close_fds())
  File "/mnt/git/webkit-commit-queue/Tools/Scripts/webkitpy/common/system/executive.py", line 438, in popen
    return subprocess.Popen(*args, **kwargs)
  File "/usr/lib/python2.6/subprocess.py", line 623, in __init__
    errread, errwrite)
  File "/usr/lib/python2.6/subprocess.py", line 1141, in _execute_child
    raise child_exception
TypeError: execv() arg 2 must contain only strings
]] (bug 62722 comment 5)

See bug 62722 comment 5, bug 62722 comment 6, and bug 62722 comment 8.
Notice, the patch for bug 62722 had already been committed (http://trac.webkit.org/changeset/89022) at the time of bug 62722 comment 8.