[Webkit-unassigned] [Bug 49613] New: [V8] ASSERT(WTF::isMainThread()) fails in V8Binding::int32ToWebCoreString in workers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 16 12:52:10 PST 2010


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

           Summary: [V8] ASSERT(WTF::isMainThread()) fails in
                    V8Binding::int32ToWebCoreString in workers
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kinuko at chromium.org
                CC: michaeln at google.com, antonm at chromium.org


ASSERT(WTF::isMainThread()) fails in V8Binding::int32ToWebCoreString in workers.

In worker case, javascript is executed by a worker thread but not by the main thread so this assertion always fails.
For example, running the following test in chromium hits the assertion failure.
fast/workers/storage/execute-sql-args-worker.html

-- 
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