[Webkit-unassigned] [Bug 87953] [SOUP] WebProcess crashes when a download is started from an existing ResourceHandle

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 27 00:36:36 PDT 2012


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





--- Comment #8 from Carlos Garcia Campos <cgarcia at igalia.com>  2012-09-27 00:37:03 PST ---
(In reply to comment #7)
> Could you please clarify what kind of crashes there used to be? Layout test names, crash logs..
> 
> The landed patch caused crash of fast/loader/reload-zero-byte-plugin.html on WK2 EFL (and most probably on WK2 GTK as well). Please take a look at 
> https://bugs.webkit.org/show_bug.cgi?id=97565

The problem was that the output stream is created when handling the response, so if we receive data and and the response hasn't been handled, there's no output stream to write to. When the ResourceHandle is converted into a download, typically by the policy client, the response has already been received, but the download client hasn't been notified because the download is created after the response is received. So it always crashed when a download was started by the policy client for example.

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