[Webkit-unassigned] [Bug 168375] REGRESSION(r212345): [GTK] ASSERT(cookieChangeCallbackMap().contains(jar)) failed in WebCore::stopObservingCookieChanges:54
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Feb 15 11:51:08 PST 2017
https://bugs.webkit.org/show_bug.cgi?id=168375
--- Comment #4 from Michael Catanzaro <mcatanzaro at igalia.com> ---
Er sorry, it's stop not start. Crash is on shutdown:
void stopObservingCookieChanges(const NetworkStorageSession& storageSession)
{
auto* jar = storageSession.cookieStorage();
ASSERT(cookieChangeCallbackMap().contains(jar));
cookieChangeCallbackMap().remove(jar);
g_signal_handlers_disconnect_by_func(jar, reinterpret_cast<void*>(soupCookiesChanged), nullptr);
}
So I guess it's not properly paired with a call to startObservingCookieChanges().
--
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/20170215/f2f682b7/attachment.html>
More information about the webkit-unassigned
mailing list