[Webkit-unassigned] [Bug 167735] REGRESSION(r211486): [GTK] Loading pages is broken

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 2 10:44:32 PST 2017


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

--- Comment #2 from Joseph Pecoraro <joepeck at webkit.org> ---
An alternative solution would be to guard the main run loop initialization in Source/JavaScriptCore/runtime/InitializeThreading.cpp with PLATFORM(COCOA) guards. That feels a bit arbitrary, but since I can't test GTK to understand what is happening, and since GTK doesn't currently use the JSContext inspector code, it should be just fine. If I don't hear back by the end of the day I'll speculatively land this change.

To start investigation a backtrace of all threads to see what is happening when RunLoop::initializeMainRunLoop is getting called on GTK would be important.

-- 
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/20170202/b3e1b3bf/attachment.html>


More information about the webkit-unassigned mailing list