<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - [CMake] CMake does not support the dep files for implicit dependency"
   href="https://bugs.webkit.org/show_bug.cgi?id=161433#c22">Comment # 22</a>
              on <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - [CMake] CMake does not support the dep files for implicit dependency"
   href="https://bugs.webkit.org/show_bug.cgi?id=161433">bug 161433</a>
              from <span class="vcard"><a class="email" href="mailto:Hironori.Fujii&#64;sony.com" title="Fujii Hironori &lt;Hironori.Fujii&#64;sony.com&gt;"> <span class="fn">Fujii Hironori</span></a>
</span></b>
        <pre>I've succeeded to reproduce this flaky problem.  The reproduction
ratio of this problem depends on which Perl is used and which version
of Cygwin is used.

64bit ActivePerl : never happen
64bit latest Cygwin Perl: never happen
32bit latest Cygwin Perl: I saw the problem only once
32bit 5-month-old Cygwin Perl: about 10%
32bit 3-year-old Cygwin Perl: never happen

I dumped $! and $?.

<span class="quote">&gt;  Can't exec &quot;/usr/bin/perl&quot;: Bad address at C:/home/0000134108/work/webkit/webkit1/Source/WebCore/bindings/scripts/generate-bindings-all.pl line 159.
&gt;  Thread 8 terminated abnormally: generate-bindings.pl fails: ($!=Bad address)($?=-1) at C:/home/0000134108/work/webkit/webkit1/Source/WebCore/bindings/scripts/generate-bindings-all.pl line 159.
&gt;          ...propagated at C:/home/0000134108/work/webkit/webkit1/Source/WebCore/bindings/scripts/generate-bindings-all.pl line 164.
&gt;C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(171,5): error MSB6006: &quot;cmd.exe&quot; exited with code 1.</span >

Sometimes different error message and no error message:

<span class="quote">&gt;  SVGScriptElement.idl
&gt;  SVGStringList.idl
&gt;        1 [main] perl 3588 cygwin_exception::open_stackdumpfile: Dumping stack trace to perl.exe.stackdump
&gt;C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(171,5): error MSB6006: &quot;cmd.exe&quot; exited with code 1536.</span >

This seems Cygwin fork failure problem.
<a href="https://cygwin.com/faq/faq.html#faq.using.fixing-fork-failures">https://cygwin.com/faq/faq.html#faq.using.fixing-fork-failures</a>

I'd like to request installing ActiveState Perl on BuildBot as
described in this page &lt;<a href="https://webkit.org/webkit-on-windows/">https://webkit.org/webkit-on-windows/</a>&gt;.
And, Uninstall Cygwin because cmake script append a path to cygwin.
&lt;<a href="https://trac.webkit.org/browser/trunk/Source/cmake/WebKitCommon.cmake?rev=207060#L13">https://trac.webkit.org/browser/trunk/Source/cmake/WebKitCommon.cmake?rev=207060#L13</a>&gt;</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>