[Webkit-unassigned] [Bug 153194] REGRESSION(r192773): [GTK] maps.google.com unresponsive/stalls since r192773

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 25 07:59:01 PST 2016


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

--- Comment #20 from Carlos Garcia Campos <cgarcia at igalia.com> ---
(In reply to comment #18)
> Comment on attachment 269745 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=269745&action=review
> 
> Wow, nice job. How did you debug this?

With printf, of course! :-D

> Are you planning a 2.10.6 update soon for this? (I decided to stick with
> 2.10.4 in Fedora due to this issue.)

Yes.

> > Source/WebCore/ChangeLog:19
> > +        schdule their sources. And then we need to check if there are
> 
> schdule -> schedule

Good catch.

> > Source/WebCore/workers/WorkerRunLoop.cpp:151
> > +    if (g_main_context_pending(g_main_context_get_thread_default()))
> 
> This should be:
> 
> if (g_main_context_pending(mainContext))

Right, forgot to change this. Thanks!

-- 
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/20160125/a7f47023/attachment.html>


More information about the webkit-unassigned mailing list