[Webkit-unassigned] [Bug 161433] [CMake] CMake does not support the dep files for implicit dependency

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 13 23:11:47 PDT 2016


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

--- Comment #28 from Fujii Hironori <Hironori.Fujii at sony.com> ---
Created attachment 291573
  --> https://bugs.webkit.org/attachment.cgi?id=291573&action=review
Minimal test case for Cygwin Perl

This is a minimal test case for Cygwin Perl.  Cygwin Perl fails
to execute a external command with 'system' function in
multi-threading.  This problem seems that 'system' of Cygwin Perl
is not thread-safe.  Not a Cygwin fork problem.  It works fine if
I use fork&exec instread of 'system' even in Cygwin Perl.  I'll
rewrite the patch.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161014/ae08fd46/attachment.html>


More information about the webkit-unassigned mailing list