[Webkit-unassigned] [Bug 43565] [Chromium/DRT]: Every few runs, Windows Tests hang indefinitely somewhere in Python guts

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 5 11:23:48 PDT 2010


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


Dirk Pranke <dpranke at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|webkit-unassigned at lists.web |dpranke at chromium.org
                   |kit.org                     |




--- Comment #2 from Dirk Pranke <dpranke at chromium.org>  2010-08-05 11:23:48 PST ---
This is almost certainly the same issue as bug 36622 and bug 38200 (which aren't actually
mac specific, and the cause is believed to be well-understood). Assigning to me.

Evan's right that the problem is caused by subprocess, but it's not so much stdout buffering as it is the fact that we're using PIPEs with a fixed buffer size (even on windows), and overflowing the
buffer causes the threads to deadlock.

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