[Webkit-unassigned] [Bug 33036] New: [bzt] post-diff requires reading to the end

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 29 18:29:06 PST 2009


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

           Summary: [bzt] post-diff requires reading to the end
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: abarth at webkit.org
                CC: eric at webkit.org


If you don't read to the end of the confirm screen, you get this error:

Traceback (most recent call last):
  File "./WebKitTools/Scripts/bugzilla-tool", line 108, in <module>
    BugzillaTool().main()
  File
"/Users/abarth/svn/kr/src/third_party/WebKit/WebKitTools/Scripts/modules/multicommandtool.py",
line 283, in main
    return command.check_arguments_and_execute(options, args, self)
  File
"/Users/abarth/svn/kr/src/third_party/WebKit/WebKitTools/Scripts/modules/multicommandtool.py",
line 111, in check_arguments_and_execute
    return self.execute(options, args, tool) or 0
  File
"/Users/abarth/svn/kr/src/third_party/WebKit/WebKitTools/Scripts/modules/commands/download.py",
line 66, in execute
    self._sequence.run_and_handle_errors(tool, options,
self._prepare_state(options, args, tool))
  File
"/Users/abarth/svn/kr/src/third_party/WebKit/WebKitTools/Scripts/modules/stepsequence.py",
line 65, in run_and_handle_errors
    self._run(tool, options, state)
  File
"/Users/abarth/svn/kr/src/third_party/WebKit/WebKitTools/Scripts/modules/stepsequence.py",
line 59, in _run
    step(tool, options).run(state)
  File
"/Users/abarth/svn/kr/src/third_party/WebKit/WebKitTools/Scripts/modules/buildsteps.py",
line 234, in run
    self._tool.user.page(diff)
  File
"/Users/abarth/svn/kr/src/third_party/WebKit/WebKitTools/Scripts/modules/user.py",
line 43, in page
    child_process.communicate(input=message)
  File
"/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/subprocess.py",
line 660, in communicate
    self.stdin.write(input)
IOError: [Errno 32] Broken pipe

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list