[Webkit-unassigned] [Bug 60846] ASSERT(isMainThread()) when using single threaded jsc executable

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat May 14 22:12:43 PDT 2011


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


Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |abarth at webkit.org,
                   |                            |barraclough at apple.com,
                   |                            |ggaren at apple.com,
                   |                            |levin at chromium.org,
                   |                            |oliver at apple.com,
                   |                            |sam at webkit.org




--- Comment #1 from Alexey Proskuryakov <ap at webkit.org>  2011-05-14 22:12:43 PST ---
Main thread is largely a WebCore concept, and the few instances of it in WTF are strictly for WebCore use. This is a unique use of it in JSC, and should probably be eliminated. Thoughts?

Different ports have different requirements on how JavaScriptCore API can be used. On Mac OS X, there is no requirement that the main thread is registered somehow, or that the first use of the API is from main thread. Also on Mac OS X, there is a system notion of main thread anyway, exposed via pthread_main_np().

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