[Webkit-unassigned] [Bug 153070] [iOS Simulator WK1] ASSERT loading Blink layout test imported/web-platform-tests/mediacapture-streams/stream-api/mediastream/mediastream-idl.html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 14 11:28:49 PST 2016


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

David Kilzer (:ddkilzer) <ddkilzer at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aestes at apple.com,
                   |                            |joepeck at webkit.org

--- Comment #3 from David Kilzer (:ddkilzer) <ddkilzer at webkit.org> ---
(In reply to comment #2)
> Assert happens when creating a runloop timer on the Web thread. Assert is:
> 
> RunLoop& RunLoop::main()
> {
>     ASSERT(s_mainRunLoop);
>     return *s_mainRunLoop;
> }
> 
> Is it not possible to use a runloop timer on the WebThread?

I think it is possible, but there may be a "special" way to do it.  (And I remember their being caveats, but not exactly what they were.)

This is stating the obvious (probably not helpful), but you want to use a WebThread runloop, not a main thread runloop, if you're going to spin it on the WebThread.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160114/e1e7c38b/attachment.html>


More information about the webkit-unassigned mailing list