GNOME Bugzilla – Bug 666625
pspec_pool not always initialised
Last modified: 2018-05-24 13:38:15 UTC
If you install a GParamSpec on a GTypeInterface before GObjectClass is initialised then you will try to use the global pspec_pool before it has been initialised. The testcase introduced in 666616 runs into this issue and requires a workaround.
The patch in bug 465631 comment 11 fixes this bug. Test case "gobject/tests/param -m slow" runs ok without g_type_class_ref (G_TYPE_OBJECT); in test_param_implement_child(). Isn't this bug a duplicate of bug 465631?
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/glib/issues/492.