[Webkit-unassigned] [Bug 180518] Crash in WebCore::SQLiteStatement::prepare() from ServiceWorker I/O Thread

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 8 09:28:59 PST 2017


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

--- Comment #2 from Chris Dumez <cdumez at apple.com> ---
What makes sure m_database is destroyed on the background thread? I see this assertion  ASSERT(!m_database); in the ~RegistrationDatabase() destructor (which gets called on the main thread) but I do not see the code that takes care of clearing m_database on the BG thread.

-- 
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/20171208/cad59c42/attachment-0001.html>


More information about the webkit-unassigned mailing list