You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 30, 2018. It is now read-only.
Since introduction of bookmarks manager, these warnings/critical messages have been appearing again. They don't appear to be making the application misbehave, so it's been hard to find where they are coming from.
(alluvion-gtk.pl:2018): GLib-GObject-CRITICAL **: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
Gtk-CRITICAL **: IA__gtk_widget_get_realized: assertion 'GTK_IS_WIDGET (widget)' failed during global destruction.
GLib-GObject-WARNING **: instance with invalid (NULL) class pointer during global destruction.
(alluvion-gtk.pl:2018): GLib-GObject-CRITICAL **: g_signal_emit_valist: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
GLib-GObject-WARNING **: instance with invalid (NULL) class pointer during global destruction.
(alluvion-gtk.pl:2018): GLib-GObject-CRITICAL **: g_signal_handlers_destroy: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
GLib-GObject-WARNING **: instance with invalid (NULL) class pointer during global destruction.
The text was updated successfully, but these errors were encountered:
Then again, i just disabled on_window_check_resize on a whim, and the errors disappeared completely... all thread finish cleanly, and the application does not segfault (it appears).
This seems to be the problem... opening new issue. #34
Since introduction of bookmarks manager, these warnings/critical messages have been appearing again. They don't appear to be making the application misbehave, so it's been hard to find where they are coming from.
Noting here as a reminder.
The text was updated successfully, but these errors were encountered: