Bug 56147 - [GTK] fast/workers/storage/use-same-database-in-page-and-workers.html fails an ASSERT
Summary: [GTK] fast/workers/storage/use-same-database-in-page-and-workers.html fails a...
Status: RESOLVED DUPLICATE of bug 59801
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P3 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2011-03-10 15:12 PST by Martin Robinson
Modified: 2012-05-02 14:32 PDT (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Robinson 2011-03-10 15:12:58 PST
I see this locally:

#0  0x00007f1c7cd9c750 in WebCore::WorkerThread::workerThread (this=0x7f1c68014a90) at ../../Source/WebCore/workers/WorkerThread.cpp:145
145	    ASSERT(m_workerContext->hasOneRef());
(gdb) where
#0  0x00007f1c7cd9c750 in WebCore::WorkerThread::workerThread (this=0x7f1c68014a90) at ../../Source/WebCore/workers/WorkerThread.cpp:145
#1  0x00007f1c7cd9c510 in WebCore::WorkerThread::workerThreadStart (thread=0x7f1c68014a90) at ../../Source/WebCore/workers/WorkerThread.cpp:118
#2  0x00007f1c7d261db5 in WTF::threadEntryPoint (contextData=0x7f1c6804c040) at ../../Source/JavaScriptCore/wtf/Threading.cpp:67
#3  0x00007f1c780d7971 in start_thread (arg=<value optimized out>) at pthread_create.c:304
#4  0x00007f1c77e3392d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#5  0x0000000000000000 in ?? ()
Comment 1 Michael Nordman 2011-05-02 16:41:43 PDT
Looks like a dup of 59801
Comment 2 Gustavo Noronha (kov) 2012-05-02 14:32:04 PDT

*** This bug has been marked as a duplicate of bug 59801 ***