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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 13 04:35:43 PST 2018


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

--- Comment #6 from Aleksei Lazarev <a.lazarev at activevideo.com> ---
(In reply to Michael Catanzaro from comment #5)
> (In reply to Aleksei Lazarev from comment #4)
> > -DENABLE_OPENGL=ON -DENABLE_GLES2=O
> 
> (Just a note: these flags are mutually-exclusive. I assume ENABLE_GLES2 wins
> and disables desktop OpenGL support. Maybe vice-versa.)

They are not mutually exclusive, ENABLE_OPENGL and USE_OPENGL are different macros. Here is a piece from Source/cmake/OptionsGTK.cmake
if (ENABLE_OPENGL)
    # ENABLE_OPENGL is true if either USE_OPENGL or ENABLE_GLES2 is true.
    # But USE_OPENGL is the opposite of ENABLE_GLES2.
    if (ENABLE_GLES2)

> The good news is that you can get a backtrace for these by setting the environment variable G_DEBUG=fatal-criticals. Then report it at https://gitlab.gnome.org/GNOME/libsoup/issues with the backtrace.
Done
https://gitlab.gnome.org/GNOME/libsoup/issues/127

-- 
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/20181113/17570dcd/attachment.html>


More information about the webkit-unassigned mailing list