[Webkit-unassigned] [Bug 154657] (Rare) storage/indexeddb/modern/autoincrement-abort.html flaky on mac-wk1
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jun 24 10:18:34 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=154657
--- Comment #4 from Brady Eidson <beidson at apple.com> ---
Hasn't occurred on a Mac bot since 6/8, and that was the leaks bot.
The leaks bot timed out and actually gave us a logging dump that I'd implemented a long time ago.
Jumping to the end of the logging dump I see something *very* peculiar:
...
+UniqueIDBDatabaseConnection::didAbortTransaction - - 140734713535744
+UniqueIDBDatabase::invokeOperationAndTransactionTimer()
+(main) UniqueIDBDatabase::operationAndTransactionTimerFired
+(main) UniqueIDBDatabase::handleDatabaseOperations - There are 1520145168 pending
...
Weird things:
1 - The didAbortTransaction line should have an IDBResourceIdentifier outputted, between the "- -" dashes. It doesn't.
IDBResourceIdentifier can't actually output *nothing* like that - it's loggingString method has to print brackets. Bizarre.
2 - The transaction identifier - 140734713535744 - is *HUGE*.
Transaction ids start at 0. No way it got that huge.
3 - "handleDatabaseOperations - There are 1520145168 pending"
Nope, nope, nope. No way.
Something is getting into a bonkers state.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160624/76c66949/attachment.html>
More information about the webkit-unassigned
mailing list