Bug 62948

Summary: webkit-patch raises child_exception when applying attachment
Product: WebKit Reporter: Daniel Bates <dbates>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: abarth, eric
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Backtrace (http://queues.webkit.org/results/8876165) none

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.