[Webkit-unassigned] [Bug 227942] New: [curl] CurlRequestScheduler thread runs busily while all active handles are paused to wait for completeDidReceiveResponse

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 13 22:35:08 PDT 2021


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

            Bug ID: 227942
           Summary: [curl] CurlRequestScheduler thread runs busily while
                    all active handles are paused to wait for
                    completeDidReceiveResponse
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: Hironori.Fujii at sony.com

Created attachment 433489

  --> https://bugs.webkit.org/attachment.cgi?id=433489&action=review

logging patch

[curl] CurlRequestScheduler thread runs busily while all active handles are paused to wait for completeDidReceiveResponse

1. Apply the logging patch and compile WinCairo WebKit
2. Remove the cache directory manually
   C:\Users\<username>\AppData\Local\Apple Computer\WebKit
3. $env:WebCoreLogging = "Network"
4. Start WinCairo WK2 MiniBrowser
5. Go to https://www.asahi.com/
6. Server Trust Evaluation Request dialogs are popped up
7. Close the dialogs
8. Wait for finish loading
9. Check the log

The log contains a lot of maxfd=-1 lines.

> CurlRequestScheduler::workerThread maxfd=-1 rc=0
> CurlRequestScheduler::workerThread activeCount=1
> CurlRequestScheduler::workerThread maxfd=-1 rc=0
> CurlRequestScheduler::workerThread activeCount=1
> CurlRequestScheduler::workerThread maxfd=-1 rc=0
> CurlRequestScheduler::workerThread activeCount=1

-- 
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/20210714/d57f0755/attachment-0001.htm>


More information about the webkit-unassigned mailing list