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 <[email protected]> GNOME Project _______________________________________________ webkit-gtk mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-gtk
