[Webkit-unassigned] [Bug 144971] New: Networking process on iOS can be suspended and never exit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 13 14:23:44 PDT 2015


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

            Bug ID: 144971
           Summary: Networking process on iOS can be suspended and never
                    exit
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: beidson at apple.com

Networking process on iOS can be suspended and never exit

This is for apps that use multiple WKProcessPools and sometimes deallocate a WKProcessPool that had an active Networking process.

In those cases, the Networking process can be suspended instead of terminated, and once suspended it can no longer respond to further messages.

Furthermore, calling RunLoop::main().stop() is not aggressive enough to actually terminate the process - _exit is bulletproof.

rdar://problem/20368630

-- 
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/20150513/7734c085/attachment.html>


More information about the webkit-unassigned mailing list