[Webkit-unassigned] [Bug 150151] [GTK] WebkitWebView Renders Blank White Screen But Still Responds To Clicks

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 15 05:31:48 PDT 2015


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

Michael Catanzaro <mcatanzaro at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mcatanzaro at igalia.com

--- Comment #6 from Michael Catanzaro <mcatanzaro at igalia.com> ---
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 comment #4)
> How can I create a test case? Feel free to point me to an online resource if
> you know of any that are applicable.

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151015/14868e4f/attachment.html>


More information about the webkit-unassigned mailing list