Bug 36844

Summary: [Qt] storage/statement-error-callback.html failed on Qt Linux Release Bot
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: benjamin, dglazkov, dumi
Priority: P2 Keywords: LayoutTestFailure, Qt, QtTriaged
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Bug Depends on: 33294    
Bug Blocks:    

Description Eric Seidel (no email) 2010-03-30 13:08:44 PDT
storage/statement-error-callback.html failed on Qt Linux Release Bot

http://build.webkit.org/results/Qt%20Linux%20Release/r56801%20(9327)/storage/transaction-callback-exception-crash-diffs.txt
--- /home/webkitbuildbot/release32bit/buildslave/qt-linux-release/build/layout-test-results/storage/transaction-callback-exception-crash-expected.txt	2010-03-30 12:26:09.576142618 -0700
+++ /home/webkitbuildbot/release32bit/buildslave/qt-linux-release/build/layout-test-results/storage/transaction-callback-exception-crash-actual.txt	2010-03-30 12:26:09.576142618 -0700
@@ -1,2 +1,3 @@
-CONSOLE MESSAGE: line 0: TransactionCallbackError
+CONSOLE MESSAGE: line 9: INVALID_STATE_ERR: DOM Exception 11: An attempt was made to use an object that is not, or is no longer, usable.
+FAIL: Timed out waiting for notifyDone to be called
 If WebKit doesn't crash, this test has passed

Possibly related to crashes we've seen from this test on the Gtk bot:
https://bugs.webkit.org/show_bug.cgi?id=33294

http://trac.webkit.org/browser/trunk/LayoutTests/storage/statement-error-callback.html
Comment 1 Dumitru Daniliuc 2010-03-30 15:02:58 PDT
The test is transaction-callback-exception-crash.html, not statement-error-callback.html. The INVALID_STATE_ERR happens when trying to open the database. openDatabase() throws this exception in 5 cases:

1. the file could not be opened (disk is full, can't create a new file?).
2. a special table could not be created.
3. the DB version could not be read,
4. the DB version could not be updated.
5. the DB version does not match the version provided in openDatabase().

If this test keeps failing, I'd suggest doing a clean up on the bot. I can't think of any good reason why this test would fail.
Comment 2 Jocelyn Turcotte 2014-02-03 03:13:29 PST
=== Bulk closing of Qt bugs ===

If you believe that this bug report is still relevant for a non-Qt port of webkit.org, please re-open it and remove [Qt] from the summary.

If you believe that this is still an important QtWebKit bug, please fill a new report at https://bugreports.qt-project.org and add a link to this issue. See http://qt-project.org/wiki/ReportingBugsInQt for additional guidelines.