[Webkit-unassigned] [Bug 95906] WKTR often reports an unresponsive WebProcess on Mac bots

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 6 22:56:58 PDT 2012


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





--- Comment #8 from Tim Horton <timothy_horton at apple.com>  2012-09-06 22:57:12 PST ---
(In reply to comment #7)
> News:
> 
> 1. Yes, the bots are extremely strained for resources (I/O mostly), though it's not totally clear why. Having a billion WebProcesses, WebKitTestRunners, and Python processes probably isn't helping, though.
> 
> 2. r110382 made WKTR no longer wait for LongTimeout while waiting for the final message from the WebProcess (except in the case of waitUntilDone tests). This probably made the situation a lot worse. I need to understand why this change was made, and what we can do to reintroduce a timeout there without breaking run-perf-tests.

Oh, hey.  The intent of "NoTimeout" is that we wait forever, not that we wait for no time. However, there's a FIXME that notes that this isn't implemented on Mac, and is instead causing it to wait for no time (because the timeout is -1).

I'm not sure we want to wait forever (what if the WebProcess gets stuck forever!?), but this also explains what they were going for.

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