[Webkit-unassigned] [Bug 247442] Network process crash in WebResourceLoadStatisticsStore::registrableDomains

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 10 12:37:56 PST 2022


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

Michael Catanzaro <mcatanzaro at gnome.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mcatanzaro at gnome.org

--- Comment #1 from Michael Catanzaro <mcatanzaro at gnome.org> ---
Uhh, it's an assert here:

inline void WebResourceLoadStatisticsStore::postTask(WTF::Function<void()>&& task)
{
    // Resource load statistics should not be captured for ephemeral sessions.
    RELEASE_ASSERT(!isEphemeral());

This seems familiar... I'm sure there is another bug report for this. Let's see if I can find it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20221110/db7b045b/attachment.htm>


More information about the webkit-unassigned mailing list