[Webkit-unassigned] [Bug 113664] New: NetworkProcess crashes in WebCoreResourceHandleAsOperationQueueDelegate callbacks

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 31 13:02:53 PDT 2013


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

           Summary: NetworkProcess crashes in
                    WebCoreResourceHandleAsOperationQueueDelegate
                    callbacks
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: All
            Status: NEW
          Keywords: InRadar
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: beidson at apple.com
                CC: ap at webkit.org, sam at webkit.org


NetworkProcess crashes in WebCoreResourceHandleAsOperationQueueDelegate callbacks

In the "two part" callbacks that do a dispatch_async followed by a dispatch_semaphore_wait the delegate might have been released and destroyed by the time the semaphore returns.

This is bad, and can be fixed with a RetainPtr<> protector.

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

-- 
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