[Webkit-unassigned] [Bug 174760] [GTK] Icon database error and crash

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jul 23 10:18:17 PDT 2017


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

--- Comment #2 from Brady Eidson <beidson at apple.com> ---
The assertion in the ~TimerBase destructor is:
    ASSERT(canAccessThreadLocalDataForThread(m_thread));

So a Timer is getting created on one thread but destroyed on another thread.

It's not immediately clear to me how my recent changes changed this.

-- 
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/20170723/aeffb2ce/attachment.html>


More information about the webkit-unassigned mailing list