Bug 113664

Summary: NetworkProcess crashes in WebCoreResourceHandleAsOperationQueueDelegate callbacks
Product: WebKit Reporter: Brady Eidson <beidson>
Component: PlatformAssignee: Brady Eidson <beidson>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, sam
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: All   
Attachments:
Description Flags
Patch v1 mitz: review+

Brady Eidson
Reported 2013-03-31 13:01:03 PDT
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>
Attachments
Patch v1 (3.44 KB, patch)
2013-03-31 13:04 PDT, Brady Eidson
mitz: review+
Brady Eidson
Comment 1 2013-03-31 13:04:07 PDT
Created attachment 195904 [details] Patch v1
Brady Eidson
Comment 2 2013-03-31 13:12:21 PDT
Note You need to log in before you can comment on or make changes to this bug.