RESOLVED DUPLICATE of bug 110247 110337
fast/workers/storage/interrupt-database.html hits assert frequently
https://bugs.webkit.org/show_bug.cgi?id=110337
Summary fast/workers/storage/interrupt-database.html hits assert frequently
Antti Koivisto
Reported 2013-02-20 06:22:41 PST
for example: http://build.webkit.org/results/Apple%20MountainLion%20Debug%20WK1%20(Tests)/r143452%20(5665)/results.html http://build.webkit.org/results/Apple%20MountainLion%20Debug%20WK1%20(Tests)/r143432%20(5656)/results.html Thread 22 Crashed:: WebCore: Database 0 com.apple.WebCore 0x000000010ff7db04 WebCore::SQLTransactionStateMachine<WebCore::SQLTransactionBackend>::setStateToRequestedState() + 84 (SQLTransactionStateMachine.h:85) 1 com.apple.WebCore 0x000000010ff7cbf2 WebCore::SQLTransactionBackend::performNextStep() + 66 (SQLTransactionBackend.cpp:497) 2 com.apple.WebCore 0x000000010eb7142d WebCore::DatabaseBackendAsync::DatabaseTransactionTask::doPerformTask() + 45 (DatabaseTask.cpp:174) 3 com.apple.WebCore 0x000000010eb70f44 WebCore::DatabaseTask::performTask() + 180 (DatabaseTask.cpp:91) 4 com.apple.WebCore 0x000000010eb71c37 WebCore::DatabaseThread::databaseThread() + 199 (DatabaseThread.cpp:112) 5 com.apple.WebCore 0x000000010eb71afd WebCore::DatabaseThread::databaseThreadStart(void*) + 29 (DatabaseThread.cpp:100) 6 com.apple.JavaScriptCore 0x000000010d3b3fe0 WTF::threadEntryPoint(void*) + 144 (Threading.cpp:70) 7 com.apple.JavaScriptCore 0x000000010d3b49d8 WTF::wtfThreadEntryPoint(void*) + 104 (ThreadingPthreads.cpp:196) 8 libsystem_c.dylib 0x00007fff8e7fd742 _pthread_start + 327 9 libsystem_c.dylib 0x00007fff8e7ea181 thread_start + 13 template<typename T> void SQLTransactionStateMachine<T>::setStateToRequestedState() { ASSERT(m_nextState == SQLTransactionState::Idle); ...
Attachments
Antti Koivisto
Comment 1 2013-02-20 06:27:42 PST
Already filed. *** This bug has been marked as a duplicate of bug 110247 ***
Note You need to log in before you can comment on or make changes to this bug.