[Webkit-unassigned] [Bug 62297] nwrt: Chromium Win hangs frequently

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 8 13:57:34 PDT 2011


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





--- Comment #4 from Dirk Pranke <dpranke at chromium.org>  2011-06-08 13:57:34 PST ---
(In reply to comment #3)
> We should certainly fix the bugs in the scripts if possible, but we should also make sure the buildbot can recover no matter what state we're in.  This is what the task_kill step tries to do (clean up stray processes).  This doesn't work for python processes because if we kill all python processes, we take down the buildbot process.  The chromium win bots try to work around this by having a separate binary called python_slave.exe (I think it's just a copy of python.exe) and running the buildbot slave with that binary.  Then it's safe to taskkill /f /im python.exe on the waterfall.

I agree with everything you wrote, and that's an interesting suggestion. Originally I didn't attempt to clean up the workers on an unexpected exception because I figured that might just make a bad thing worse; however, it would be hard to be worse than what seems to be happening on windows, so maybe I'll try changing the code to always try to clean up the workers and see if that helps.

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