[webkit-gtk] Mini browser not displaying anything

Carlos Alberto Lopez Perez clopez at igalia.com
Thu Sep 29 14:44:27 PDT 2016


On 29/09/16 23:19, kwadwo amankwa wrote:
> I did as suggested  with no luck . I have attached the output of glxinfo
> as well as an image of the minibrowser.

From the image it looks to me like the webprocess is crashing.

After opening the minibrowser, can you check if you have any process running with name WebKitWebProcess ?
If you don't have it, then it is probably crashing at the startup.

So... can you try the following?:

1. enable coredumps
ulimit -c unlimited
2. run the minibrowser, wait a few seconds, close it.
3. There should be a file named 'core' on your current working dir.
4. Generate a backtrace by running:

gdb --batch -ex "thread apply all bt full" /path/to/webkit/WebKitBuild/Release/bin/WebKitWebProcess core

And attach here the backtrace.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 883 bytes
Desc: OpenPGP digital signature
URL: <https://lists.webkit.org/pipermail/webkit-gtk/attachments/20160929/0b8d9131/attachment.sig>


More information about the webkit-gtk mailing list