[Webkit-unassigned] [Bug 228095] [WinCairo] ASSERT(!m_networkLoad) fails in ~NetworkResourceLoader while shutting down WebKitNetworkProcess.exe

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 19 17:27:04 PDT 2021


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

--- Comment #1 from Fujii Hironori <Hironori.Fujii at sony.com> ---
> void NetworkProcess::destroySession(PAL::SessionID sessionID)
> {
>     ASSERT(RunLoop::isMain());
> #if !USE(SOUP) && !USE(CURL)
>     // cURL and Soup based ports destroy the default session right before the process exits to avoid leaking
>     // network resources like the cookies database.
>     ASSERT(sessionID != PAL::SessionID::defaultSessionID());
> #endif
>     ....

How should NetworkSession::m_keptAliveLoads be cleaned up?

-- 
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/20210720/b75cb307/attachment.htm>


More information about the webkit-unassigned mailing list