[Webkit-unassigned] [Bug 33358] New: commit-queue is stuck spinning due to exception

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 7 18:02:32 PST 2010


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

           Summary: commit-queue is stuck spinning due to exception
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org
                CC: abarth at webkit.org, mbelshe at chromium.org


commit-queue is stuck spinning due to exception

Landing patch
Adding ['webkit-bot-watchers at googlegroups.com'] to the CC list for bug 32641
Traceback (most recent call last):
  File
"/Users/eseidel/Projects/CommitQueue/WebKitTools/Scripts/webkitpy/queueengine.py",
line 104, in run
    self._delegate.process_work_item(work_item)
  File
"/Users/eseidel/Projects/CommitQueue/WebKitTools/Scripts/webkitpy/commands/queues.py",
line 176, in process_work_item
    self._cc_watchers(patch["bug_id"])
  File
"/Users/eseidel/Projects/CommitQueue/WebKitTools/Scripts/webkitpy/commands/queues.py",
line 65, in _cc_watchers
    log("Failed to CC watchers: %s." % e)
  File
"/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/HTMLParser.py",
line 59, in __str__
    result = self.msg
AttributeError: 'ParseError' object has no attribute 'msg'

I should have noticed sooner.  Oops.

-- 
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