[Webkit-unassigned] [Bug 183163] [SOUP] WebKitGTK randomly hangs while using a http proxy

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 12 05:45:02 PST 2018


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

--- Comment #4 from Aleksei Lazarev <a.lazarev at activevideo.com> ---
Parameters to build MiniBrowser:
cmake -DPORT=GTK -DENABLE_OPENGL=ON -DENABLE_GLES2=ON -DENABLE_MINIBROWSER=ON -DCMAKE_BUILD_TYPE=Release -DENABLE_WEBGL=ON -DENABLE_ENCRYPTED_MEDIA=ON -DENABLE_MEDIA_SOURCE=ON -GNinja ..

Parameters to run MiniBrowser:
./bin/MiniBrowser --enable-mediasource=true --proxy=http://127.0.0.1:3128 http://youtube.com/tv

Proxy-server is trafficserver.

The issue is that posters are not shown for a minute after Youtube/TV page loaded. During this delay no any traffic b/w MiniBrowser and proxy.

After MiniBrowser closing there are such error messages in the log:

(process:12987): libsoup-CRITICAL **: 12:48:44.242: soup_connection_disconnect: assertion 'SOUP_IS_CONNECTION (conn)' failed

(process:12987): libsoup-CRITICAL **: 12:48:44.242: soup_connection_disconnect: assertion 'SOUP_IS_CONNECTION (conn)' failed

The issue is not reproduced on "Debug"-built MiniBrowser - all the posters are shown almost immediately.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20181112/f6fe9070/attachment-0001.html>


More information about the webkit-unassigned mailing list