[Webkit-unassigned] [Bug 27947] New: A bug in SQLiteTransaction can lead to a failed ASSERT
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Aug 3 11:36:31 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=27947
Summary: A bug in SQLiteTransaction can lead to a failed ASSERT
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: New Bugs
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: dumi at chromium.org
SQLiteTransaction::begin() sets m_db.m_transactionInProgress to true even if
m_db.executeCommand("BEGIN;") fails. This can lead to an ASSERT failing
incorrectly in SQLTransaction::openTransaction() (steps 1 + 2).
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list