[Webkit-unassigned] [Bug 108861] New: WebProcess crashes handling repeated NetworkProcess crashes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 4 14:37:45 PST 2013


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

           Summary: WebProcess crashes handling repeated NetworkProcess
                    crashes
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: InRadar
          Severity: Normal
          Priority: P2
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: beidson at apple.com


WebProcess crashes handling repeated NetworkProcess crashes

1 - The NetworkProcess crashed once while lots of loads were in progress.
2 - The WebProcess saw this, and started failing out all of the resource loaders, which involved messaging back to the new NetworkProcess in a tight loop.
3 - The new NetworkProcess crashed (ASSERTed) trying to remove a loader that didn't exist.  This was fixed in http://trac.webkit.org/changeset/140852 but some other symptom could arise causing similar behavior.
4 - The WebProcess was still trying to fail out these resource loaders in a tight loop, and in the middle of this loop the connection once again became invalid from the crash in step 3.
5 - WebProcess crashed as a result.

In radar as <rdar://problem/13049867>

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list