[Webkit-unassigned] [Bug 104684] [GTK] fast/xmlhttprequest/xmlhttprequest-recursive-sync-event.html is crashing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 17 08:37:57 PST 2013


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





--- Comment #3 from Dan Winship <danw at gnome.org>  2013-01-17 08:39:43 PST ---
Eventually, we should switch to using the new "plain" SoupSession (rather than SoupSessionAsync), which lets you do both blocking and async I/O with the same session, and then we can just do blocking I/O here rather than async-I/O-on-a-new-GMainContext, so we wouldn't use an extra fd per sync request.

There might be other issues with that though that will take some time to iron out, so an easier short-term fix would be to add our own xmlhttprequest nesting limit and throw StackOverflowError earlier than we normally would.

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