<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>155492</bug_id>
          
          <creation_ts>2016-03-15 08:49:04 -0700</creation_ts>
          <short_desc>[GTK] Empty window when AC is enabled but OpenGL is not working</short_desc>
          <delta_ts>2016-03-15 08:49:21 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>WebKitGTK</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          <see_also>https://bugs.webkit.org/show_bug.cgi?id=154777</see_also>
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Carlos Alberto Lopez Perez">clopez</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>bugs-noreply</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1174977</commentid>
    <comment_count>0</comment_count>
    <who name="Carlos Alberto Lopez Perez">clopez</who>
    <bug_when>2016-03-15 08:49:04 -0700</bug_when>
    <thetext>If the GL configuration is broken for some reason, then any WebKitGTK+ window will be empty if AC is enabled.

This is my the test case:

I use the nvidia propietary drivers, so by setting the path to the mesa ones I mess with my GL setup

$ export LD_LIBRARY_PATH=/usr/lib/mesa-diverted/x86_64-linux-gnu

$ glxinfo 
name of display: :0.0
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
X Error of failed request:  GLXBadContext
  Major opcode of failed request:  155 (GLX)
  Minor opcode of failed request:  6 (X_GLXIsDirect)
  Serial number of failed request:  54
  Current serial number in output stream:  53


Now if i run MiniBrowser I always get an empty window for any site that enables AC (even google.com)

No crash however. I don&apos;t get a coredump and the webprocess don&apos;t crashes.


If I manually opt to disable AC by doing

export WEBKIT_DISABLE_COMPOSITING_MODE=1

Then all works (no fancy animations, but it just works fine)</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>