[Webkit-unassigned] [Bug 166029] [GTK] SoupCookieJar is never released (resulting in sqlite temp files lying around)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 12 12:27:50 PST 2017


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

--- Comment #1 from Michael Catanzaro <mcatanzaro at igalia.com> ---
(In reply to comment #0)
> When running epiphany, the SoupCookieJar opens the cookies.sqlite file,
> creating two temporary files for journalling.  Normally, on sqlite cleanup,
> these files are committed to the main file and deleted.
> 
> libsoup does this properly when the SoupCookieJar is freed.
> 
> Unfortunately, that never happens because of the global singleton
> WebKitWebContext (or in the case of ephy, its own EphyShell).

Something else must be wrong, because Ephy does not use the default global web context, it uses its own, and I was wrong: Ephy DOES delete its own web context.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170112/fe932965/attachment.html>


More information about the webkit-unassigned mailing list