[Webkit-unassigned] [Bug 188036] Consecutive DumpRenderTree crash on WinCairo BuildBots

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 25 22:14:10 PDT 2018


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

--- Comment #1 from Fujii Hironori <Hironori.Fujii at sony.com> ---
I can't reproduce this issue on my bare Windows PC.
However, it's easy to reproduce with Windows Docker on my PC.

> docker run --name build -it --cpu-count=8 --memory=16g webkitdev/msbuild powershell
> 
> Select-VSEnvironment
> 
> $env:http_proxy = "http://..."
> $env:https_proxy = $env:http_proxy
> 
> git clone --depth=1 https://git.webkit.org/git/WebKit.git
> cd WebKit
> perl Tools\Scripts\build-webkit --wincairo
> 
> rm env:http_proxy
> rm env:https_proxy
> $env:WEBKIT_LIBRARIES = (gl).path + "\WebKitLibraries\win"
> python ./Tools/Scripts/run-webkit-tests --no-build --no-show-results --no-new-test-results --exit-after-n-crashes-or-timeouts 50 --exit-after-n-failures 500 --release --dump-render-tree --wincairo --debug-rwt-logging


"docker run" frequently fails "hcsshim: timeout waiting" error on my PC. I need to try it repeatedly to start a Docker container.

Cannot run container with more than 3GB memory · Issue #1094 · docker/for-win
https://github.com/docker/for-win/issues/1094

hcsshim: timeout waiting for notification extra info · Issue #152 · Microsoft/hcsshim
https://github.com/Microsoft/hcsshim/issues/152

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


More information about the webkit-unassigned mailing list