[Webkit-unassigned] [Bug 16876] Reproducible assertion failure in SQLTransaction::performNextStep()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 15 01:38:34 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=16876


ap at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |NeedsRadar




------- Comment #1 from ap at webkit.org  2008-01-15 01:38 PDT -------
It's worth noting that the assertion fails when closing a note. I've just got a
failure after the very first attempt to close a note, without opening any:

[Session started at 2008-01-15 12:36:42 +0300.]
Iteration of main loop for DatabaseThread 0x19377970
Performing DatabaseTask 0x14df39b0
Opening and preflighting transaction 0x14de2260
SQL - prepare - PRAGMA max_page_count = 5120
SQL - step - PRAGMA max_page_count = 5120
SQL - finalize - PRAGMA max_page_count = 5120
SQL - prepare - BEGIN;
SQL - step - BEGIN;
SQL - finalize - BEGIN;
Performing DatabaseTask 0x14de5680
ASSERTION FAILED: m_nextStep == &SQLTransaction::openTransactionAndPreflight ||
m_nextStep == &SQLTransaction::runStatements || m_nextStep ==
&SQLTransaction::postflightAndCommit || m_nextStep ==
&SQLTransaction::cleanupAfterTransactionErrorCallback
(/Users/ap/Safari/OpenSource/WebCore/storage/SQLTransaction.cpp:95 bool
WebCore::SQLTransaction::performNextStep())


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list