[Webkit-unassigned] [Bug 111171] New: [EFL] [IndexedDB] Cursor-advance-workers crashes sometimes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 1 05:50:28 PST 2013


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

           Summary: [EFL] [IndexedDB] Cursor-advance-workers crashes
                    sometimes
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rijubrata at gmail.com
                CC: demarchi at webkit.org, jussi.kukkonen at intel.com


GTK has a crash for the same test , but it does not look entirely similar : Bug 107377

crash log for WebProcess (pid <unknown>):
STDOUT: <empty>
STDERR: ERROR: Thread name "com.apple.WebKit.ProcessLauncher" is longer than 31 characters and will be truncated by Visual Studio
STDERR: /home/riju/WebKit/Source/WTF/wtf/Threading.cpp(78) : WTF::ThreadIdentifier WTF::createThread(WTF::ThreadFunction, void*, const char*)
STDERR: ERROR: Thread name "com.apple.WebKit.EventDispatcher" is longer than 31 characters and will be truncated by Visual Studio
STDERR: /home/riju/WebKit/Source/WTF/wtf/Threading.cpp(78) : WTF::ThreadIdentifier WTF::createThread(WTF::ThreadFunction, void*, const char*)
STDERR: ERROR: Thread name "com.apple.WebKit.PluginProcessConnectionManager" is longer than 31 characters and will be truncated by Visual Studio
STDERR: /home/riju/WebKit/Source/WTF/wtf/Threading.cpp(78) : WTF::ThreadIdentifier WTF::createThread(WTF::ThreadFunction, void*, const char*)
STDERR: ASSERTION FAILED: active != (m_state == Active)
STDERR: /home/riju/WebKit/Source/WebCore/Modules/indexeddb/IDBTransaction.cpp(204) : void WebCore::IDBTransaction::setActive(bool)
STDERR: 1   0x7f29aa9c2127 WebCore::IDBTransaction::setActive(bool)
STDERR: 2   0x7f29aa9be78b WebCore::IDBRequest::dispatchEvent(WTF::PassRefPtr<WebCore::Event>)
STDERR: 3   0x7f29ab8ffacc WebCore::WorkerEventQueue::EventDispatcherTask::dispatchEvent(WebCore::ScriptExecutionContext*, WTF::PassRefPtr<WebCore::Event>)
STDERR: 4   0x7f29ab8ffb52 WebCore::WorkerEventQueue::EventDispatcherTask::performTask(WebCore::ScriptExecutionContext*)
STDERR: 5   0x7f29ab907205 WebCore::WorkerRunLoop::Task::performTask(WebCore::WorkerRunLoop const&, WebCore::ScriptExecutionContext*)
STDERR: 6   0x7f29ab906d41 WebCore::WorkerRunLoop::runInMode(WebCore::WorkerContext*, WebCore::ModePredicate const&, WebCore::WorkerRunLoop::WaitMode)
STDERR: 7   0x7f29ab906abb WebCore::WorkerRunLoop::run(WebCore::WorkerContext*)
STDERR: 8   0x7f29ab90ae7d WebCore::WorkerThread::runEventLoop()
STDERR: 9   0x7f29ab8f48af WebCore::DedicatedWorkerThread::runEventLoop()
STDERR: 10  0x7f29ab90ad98 WebCore::WorkerThread::workerThread()
STDERR: 11  0x7f29ab90aaec WebCore::WorkerThread::workerThreadStart(void*)
STDERR: 12  0x7f29ac07bf2d
STDERR: 13  0x7f29ac0a3c12
STDERR: 14  0x7f29a3c52e9a
STDERR: 15  0x7f29aed8fcbd clone

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



More information about the webkit-unassigned mailing list