[webkit-gtk] GLib-GObject-CRITICAL error while webkit start

Gustavo Noronha Silva gns at gnome.org
Mon Jan 11 03:53:18 PST 2010


Hey,

On Mon, 2010-01-11 at 12:09 +0100, Jaroslav Klaus wrote:
> (GtkLauncher:16452): GLib-GObject-CRITICAL **: g_param_spec_object: assertion `g_type_is_a (object_type, G_TYPE_OBJECT)' failed
> 
> (GtkLauncher:16452): GLib-GObject-CRITICAL **: g_object_class_install_property: assertion `G_IS_PARAM_SPEC (pspec)' failed
> 
> (GtkLauncher:16452): GLib-GObject-CRITICAL **: g_object_new: assertion `G_TYPE_IS_OBJECT (object_type)' failed
> Segmentation fault

You should run GtkLauncher like this:

env G_DEBUG=fatal_criticals libtool --mode=execute gdb --args ./Programs/GtkLauncher

This will stop at the first critical message. You can then generate a
backtrace with 'bt full', and that should be good enough material for a
bug report =).

Thanks,

-- 
Gustavo Noronha Silva <gns at gnome.org>
GNOME Project



More information about the webkit-gtk mailing list