[Webkit-unassigned] [Bug 107439] [Soup] Random thread crashes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 22 09:44:49 PST 2013


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





--- Comment #7 from Sergio Villar Senin <svillar at igalia.com>  2013-01-22 09:46:41 PST ---
OK I found what's going on. So there was a mixture of things. There is a bug in libsoup which was somehow uncovered by the patch for https://bugs.webkit.org/show_bug.cgi?id=107432.

But I think there is also a bug in our network stack for synchronous requests. We directly stop the inner main loop we create to emulate synchronous requests in didFinishLoading() but we do not check if we have pending sources in that context we create.

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