RESOLVED WORKSFORME141911
Hang while Feedly is idling
https://bugs.webkit.org/show_bug.cgi?id=141911
Summary Hang while Feedly is idling
Myles C. Maxfield
Reported 2015-02-23 09:27:14 PST
Created attachment 247124 [details] Sample See attached sample.
Attachments
Sample (68.40 KB, text/plain)
2015-02-23 09:27 PST, Myles C. Maxfield
no flags
Alexey Proskuryakov
Comment 1 2015-02-23 22:43:24 PST
> WKCFURLCacheCopyAllHostNamesInPersistentStoreForPartition This is a nightly or local build, isn't it supposed to use WebKit persistent cache, and not CFNetwork's? I don't know if this could happen when actually idling, something needed to send that clearCacheForOrigin message first.
Antti Koivisto
Comment 2 2015-02-24 08:21:47 PST
Why is this cache clearing code running in a web process in the first place? For the legacy networking that doesn't use network process?
Alexey Proskuryakov
Comment 3 2015-02-24 11:07:14 PST
Probably, not sure. // FIXME (Multi-WebProcess): <rdar://problem/12239765> There is no need to relaunch all processes. One process to take care of persistent cache is enough. processPool()->sendToAllProcessesRelaunchingThemIfNecessary(Messages::WebResourceCacheManager::ClearCacheForOrigin(securityOrigin, cachesToClear));
Myles C. Maxfield
Comment 4 2015-08-26 23:41:28 PDT
Has not reproduced.
Note You need to log in before you can comment on or make changes to this bug.