RESOLVED FIXED 144972
[SOUP] Assert when main resource handle is converted to download in network process
https://bugs.webkit.org/show_bug.cgi?id=144972
Summary [SOUP] Assert when main resource handle is converted to download in network p...
Michael Catanzaro
Reported 2015-05-13 14:34:54 PDT
After updating from 2.8.1 to 2.8.2, I can no longer download files.
Attachments
backtrace of assertion (59.15 KB, text/plain)
2015-05-13 16:53 PDT, Michael Catanzaro
no flags
Michael Catanzaro
Comment 1 2015-05-13 16:53:17 PDT
Created attachment 253074 [details] backtrace of assertion My debug build of 2.8.2 is hitting an assertion in the network process. Note: If it matters, I tried to download the webkitgtk-2.8.2 tarball from webkitgtk.org.
Carlos Garcia Campos
Comment 3 2015-05-13 22:56:59 PDT
Interesting, this probably means I merged the commit that broke it in trunk :-)
Carlos Garcia Campos
Comment 4 2015-05-14 00:09:34 PDT
This is actually a duplicate of bug #144738, but the backtrace showed another problem. When converting a handle to a download, we assert in ResourceHandle::continueDidReceiveResponse(), because the download client doesn't use async callbacks.
Carlos Garcia Campos
Comment 5 2015-05-15 01:45:35 PDT
Note You need to log in before you can comment on or make changes to this bug.