[Webkit-unassigned] [Bug 220340] [GTK] UI process crash in WebKit::IconDatabase::iconIDForIconURL

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 5 14:33:39 PST 2021


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

--- Comment #1 from Michael Catanzaro <mcatanzaro at gnome.org> ---
Also I'm nervous that we create WebCore::SQLiteStatements on WorkQueue threads without guarding their initialization. We should be using std::call_once to ensure we don't accidentally wind up creating two. (But again, that seems unlikely to result in this particular crash.)

-- 
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/20210105/5f73f3ed/attachment-0001.htm>


More information about the webkit-unassigned mailing list