<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:mcatanzaro&#64;igalia.com" title="Michael Catanzaro &lt;mcatanzaro&#64;igalia.com&gt;"> <span class="fn">Michael Catanzaro</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GTK] WebkitWebView Renders Blank White Screen But Still Responds To Clicks"
   href="https://bugs.webkit.org/show_bug.cgi?id=150151">bug 150151</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
               &nbsp;
           </td>
           <td>mcatanzaro&#64;igalia.com
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GTK] WebkitWebView Renders Blank White Screen But Still Responds To Clicks"
   href="https://bugs.webkit.org/show_bug.cgi?id=150151#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GTK] WebkitWebView Renders Blank White Screen But Still Responds To Clicks"
   href="https://bugs.webkit.org/show_bug.cgi?id=150151">bug 150151</a>
              from <span class="vcard"><a class="email" href="mailto:mcatanzaro&#64;igalia.com" title="Michael Catanzaro &lt;mcatanzaro&#64;igalia.com&gt;"> <span class="fn">Michael Catanzaro</span></a>
</span></b>
        <pre>A couple tips that might help:

My recommendation for debugging login screen issues is to set up a VM and SSH into it. If you use GNOME Boxes, run ifconfig in the VM, note the IP address of the Ethernet interface, 'systemctl enable sshd' and 'systemctl start sshd'. Then you can get a real console from the host, and can connect to your greeter with 'gdb -p'. You can also use a spare laptop or something instead of a VM.

It would help to put G_DEBUG=fatal-warnings in your environment, then it will crash on the first occurrence of the error and you can get a real backtrace.

(In reply to <a href="show_bug.cgi?id=150151#c4">comment #4</a>)
<span class="quote">&gt; How can I create a test case? Feel free to point me to an online resource if
&gt; you know of any that are applicable.</span >

The easiest way would be to remove as much code from your greeter as you possibly can without making the bug go away; then the smallest amount of code that reproduce the issue is a test case we can use to debug this. Ideally it would be possible to reproduce the issue by running a little test program in a normal session that doesn't depend on lightdm.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>