[webkit-reviews] review requested: [Bug 34152] SQLiteTransactions's destructor should not try to rollback a transaction in progress : [Attachment 47488] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 26 20:36:10 PST 2010


Dumitru Daniliuc <dumi at chromium.org> has asked	for review:
Bug 34152: SQLiteTransactions's destructor should not try to rollback a
transaction in progress
https://bugs.webkit.org/show_bug.cgi?id=34152

Attachment 47488: patch
https://bugs.webkit.org/attachment.cgi?id=47488&action=review

------- Additional Comments from Dumitru Daniliuc <dumi at chromium.org>
An alternative approach: destroy the SQLiteTransaction objects associated with
in-progress transactions (and thus, roll back those transactions) on the DB
thread, before the DB thread goes away, but after it stops processing tasks
from its task queue.


More information about the webkit-reviews mailing list