[Webkit-unassigned] [Bug 224523] [WinCairo][curl] flaky http test failures under heavy CPU load

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 14 14:27:39 PDT 2021


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

--- Comment #2 from Fujii Hironori <Hironori.Fujii at sony.com> ---
This issue can be reproduced with MiniBrowser.

1. Start MiniBrowser in a debugger
   devenv -debugexe .\WebKitBuild\Debug\bin64\MiniBrowser.exe --wk1 http://127.0.0.1:8000/css/border-image-loading.html
2. Put a bread point in the error case of CurlRequest::didCompleteTransfer
   https://github.com/WebKit/WebKit/blob/main/Source/WebCore/platform/network/curl/CurlRequest.cpp#L475
3. Invoke run-webkit-httpd as admin
4. Invoke multiple curl commands to stress the httpd
   yes http://127.0.0.1:8000/css/border-image-loading.html | xargs -n 1 -P 16 curl -s -O
5. Repeat clicking 'Reload' button until the break point is hit

'result' was CURLE_COULDNT_CONNECT (0x00000007) in the case.

-- 
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/20210414/85735918/attachment.htm>


More information about the webkit-unassigned mailing list