[Webkit-unassigned] [Bug 49399] webkitpy.tool.commands.earlywarningsystem_unittest.EarlyWarningSytemTest sometimes fails on Windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 11 12:16:13 PST 2010


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





--- Comment #1 from Eric Seidel <eric at webkit.org>  2010-11-11 12:16:13 PST ---
======================================================================
ERROR: test_qt_ews (webkitpy.tool.commands.earlywarningsystem_unittest.EarlyWarningSytemTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/win-release-tests/build/WebKitTools/Scripts/webkitpy/tool/commands/earlywarningsystem_unittest.py", line 120, in test_qt_ews
    self._test_ews(QtEWS())
  File "/home/buildbot/slave/win-release-tests/build/WebKitTools/Scripts/webkitpy/tool/commands/earlywarningsystem_unittest.py", line 97, in _test_ews
    ews.bind_to_tool(MockTool())
  File "/home/buildbot/slave/win-release-tests/build/WebKitTools/Scripts/webkitpy/tool/mocktool.py", line 631, in __init__
    self.wakeup_event = threading.Event()
  File "/usr/lib/python2.5/threading.py", line 335, in Event
    return _Event(*args, **kwargs)
  File "/usr/lib/python2.5/threading.py", line 343, in __init__
    self.__cond = Condition(Lock())
error: can't allocate lock

----------------------------------------------------------------------

I suspect it's a python bug.  Maybe we're leaking locks?

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