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
We have several instances where delegates and callbacks get garbage collected when the computer is low on RAM. A typical error message looks something like this:
Process terminated. A callback was made on a garbage collected delegate of type 'GObject!GObject.WeakNotify::Invoke'.
at Gtk.Global.main()
at Gtk.Global.main()
at Gtk.Global.Main()
at GtkDemo.Program.Main(System.String[])
Once #52 is merged, I will try look into this along with some other changes to lifecycle code (e.g. ToggleRefs), so not very pressing at the moment.
The text was updated successfully, but these errors were encountered:
We have several instances where delegates and callbacks get garbage collected when the computer is low on RAM. A typical error message looks something like this:
Once #52 is merged, I will try look into this along with some other changes to lifecycle code (e.g. ToggleRefs), so not very pressing at the moment.
The text was updated successfully, but these errors were encountered: