Bug 111803 - [WK2] Blobs are not cleaned up when WebProcess terminates
Summary: [WK2] Blobs are not cleaned up when WebProcess terminates
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2013-03-07 18:23 PST by Alexey Proskuryakov
Modified: 2013-03-08 09:40 PST (History)
0 users

See Also:


Attachments
proposed fix (8.19 KB, patch)
2013-03-07 18:30 PST, Alexey Proskuryakov
beidson: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2013-03-07 18:23:07 PST
NetworkBlobRegistry in NetworkProcess does not clean up registered blobs when a process that owns one crashes.

<rdar://problem/13363499>
Comment 1 Alexey Proskuryakov 2013-03-07 18:30:48 PST
Created attachment 192122 [details]
proposed fix
Comment 2 Alexey Proskuryakov 2013-03-08 09:40:50 PST
Committed <http://trac.webkit.org/r145236>.