[Webkit-unassigned] [Bug 37987] [chromium] new-run-webkit-tests hangs on Chromium Bots (OS X and Linux)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 23 14:05:58 PDT 2010


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





--- Comment #14 from Dirk Pranke <dpranke at chromium.org>  2010-04-23 14:05:57 PST ---
(In reply to comment #13)
> James and I have *not* seen this hang on the chromium bots after adding the
> stack dumping code.
> 
> The bots are expected to no longer kill the process for lack of output after
> 10m since it now outputs thread dumps every minute.  However if it were a true
> hang it should still end up killing the process for taking too long.
> 
> Something is fishy here.

Note that the stack dumping will only work if the main thread can call that
routine. If it can't (e.g., because it's blocked in a join(), or for some other
reason), you will still have a hang.

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