Bug 84274

Summary: Win8 builds usually fail due to cygwin rebasing
Product: WebKit Reporter: Justin Schuh <jschuh>
Component: Tools / TestsAssignee: Justin Schuh <jschuh>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, haraken, japhet, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Other   
Attachments:
Description Flags
Patch none

Description Justin Schuh 2012-04-18 13:58:24 PDT
Windows 8 has gotten much more aggressive about rebasing DLLs, so forking child processes fails (generally at least once per build attempt). Since we spawn lots of child processes, this usually causes builds to fail.
Comment 1 Justin Schuh 2012-04-18 14:34:36 PDT
Created attachment 137771 [details]
Patch
Comment 2 Justin Schuh 2012-04-18 14:36:06 PDT
This patch is a bit of a hack, but it doesn't seem overly egregious to simply make compiling on win8 work. And anything more significant would be extremely invasive.
Comment 3 Dirk Pranke 2012-04-18 14:42:53 PDT
Comment on attachment 137771 [details]
Patch

ugh. I look forward to getting rid of cygwin ...
Comment 4 Justin Schuh 2012-04-18 14:44:52 PDT
So do I, and thanks.
Comment 5 WebKit Review Bot 2012-04-18 15:29:19 PDT
Comment on attachment 137771 [details]
Patch

Clearing flags on attachment: 137771

Committed r114569: <http://trac.webkit.org/changeset/114569>
Comment 6 WebKit Review Bot 2012-04-18 15:29:24 PDT
All reviewed patches have been landed.  Closing bug.