[Webkit-unassigned] [Bug 192736] HTTPS Upgrade: Use full sqlite upgrade list

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 19 13:43:02 PST 2018


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

--- Comment #19 from Vivek Seth <v_seth at apple.com> ---
> You're likely missing a call to SQLiteDatabase::disableThreadingChecks() since you're using a worker queue and it means the db may be used from different thread (even though sequentially). I expect you'd see assertions getting hit in debug builds.

I have not seen assert in debug builds yet, but maybe I have just been lucky so far. I'll make the change.

-- 
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/20181219/083ecb0f/attachment.html>


More information about the webkit-unassigned mailing list