[Webkit-unassigned] [Bug 64886] new-run-webkit-tests hung while acquiring http lock on snow leopard bots

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 24 15:25:11 PDT 2011


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





--- Comment #14 from Dirk Pranke <dpranke at chromium.org>  2011-08-24 15:25:11 PST ---
I took a brief look at some of the buildbot logs from when a master restarts (I've attached a snippet from one such log). 

It looks like the buildbot slave is hard-killing the current command to abort it, and that means that we're probably not getting a chance to clean up the subprocesses we've spawned. Given that, I'm not sure that there's much we can do to shut down cleanly, which means we need to be able to clean up on startup.

Chromium has a step that the bot runs (on Windows only) that kills stray processes. Maybe the thing to do is to take that, make it portable (if necessary), and introduce it here?

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