[Webkit-unassigned] [Bug 155050] storage/indexeddb/intversion-open-in-upgradeneeded.html is flaky on mac

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 4 11:58:43 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=155050

--- Comment #12 from Brady Eidson <beidson at apple.com> ---
A few things I can see:

WK1-mac is, apparently, working great.

Release builds sometimes fail with text differences, but never crash
Debug builds "crash" - They're all asserts.

Example assert:

No crash log found for com.apple.WebKit.Databases.Development:81065.

stdout:

stderr:
ASSERTION FAILED: !m_db.m_transactionInProgress
/Volumes/Data/slave/yosemite-debug/build/Source/WebCore/platform/sql/SQLiteTransaction.cpp(53) : void WebCore::SQLiteTransaction::begin()
1   0x105e99b60 WTFCrash
2   0x10a2a01f8 WebCore::SQLiteTransaction::begin()
3   0x10a29656e WebCore::IDBServer::SQLiteIDBTransaction::begin(WebCore::SQLiteDatabase&)
4   0x10a27d5ac WebCore::IDBServer::SQLiteIDBBackingStore::beginTransaction(WebCore::IDBTransactionInfo const&)
5   0x10a5cfb15 WebCore::IDBServer::UniqueIDBDatabase::beginTransactionInBackingStore(WebCore::IDBTransactionInfo const&)
6   0x10a61ea5f WebCore::CrossThreadTaskImpl<WebCore::IDBServer::UniqueIDBDatabase, WebCore::IDBTransactionInfo const&>::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(WebCore::IDBTransactionInfo const&), WebCore::IDBTransactionInfo const&)::'lambda'()::operator()() const
7   0x10a61e9cc std::__1::__function::__func<WebCore::CrossThreadTaskImpl<WebCore::IDBServer::UniqueIDBDatabase, WebCore::IDBTransactionInfo const&>::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(WebCore::IDBTransactionInfo const&), WebCore::IDBTransactionInfo const&)::'lambda'(), std::__1::allocator<WebCore::CrossThreadTaskImpl<WebCore::IDBServer::UniqueIDBDatabase, WebCore::IDBTransactionInfo const&>::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(WebCore::IDBTransactionInfo const&), WebCore::IDBTransactionInfo const&)::'lambda'()>, void ()>::operator()()
8   0x10818103a std::__1::function<void ()>::operator()() const
9   0x108f2d125 WebCore::CrossThreadTask::performTask()
10  0x108f2a7a3 WebCore::IDBServer::IDBServer::databaseRunLoop()
11  0x108f27e14 WebCore::IDBServer::IDBServer::databaseThreadEntry(void*)
12  0x105f03379 WTF::createThread(void (*)(void*), void*, char const*)::$_0::operator()() const
13  0x105f0334c std::__1::__function::__func<WTF::createThread(void (*)(void*), void*, char const*)::$_0, std::__1::allocator<WTF::createThread(void (*)(void*), void*, char const*)::$_0>, void ()>::operator()()
14  0x10578184a std::__1::function<void ()>::operator()() const
15  0x105f0209e WTF::threadEntryPoint(void*)
16  0x105f03901 WTF::wtfThreadEntryPoint(void*)
17  0x7fff9441b05a _pthread_body
18  0x7fff9441afd7 _pthread_body
19  0x7fff944183ed thread_start

-Windows WK1 debug is seeing the crashes too, but I can't get windows crash logs.

-- 
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/20160504/f6f6f343/attachment.html>


More information about the webkit-unassigned mailing list