deluge-gtk 1.3.1 from ubuntu 11.04 repository is filling .xsession-errors with lots of
(deluge-gtk:2342): GLib-GObject-CRITICAL **: g_object_set_qdata: assertion `G_IS_OBJECT (object)' failed
messages. I've upgraded less than 24 hours ago and already there are more than 800,000 of them. Yes, close to a million. Everyhting seems to be working smoothly though. I've upgraded to 1.3.3 from the PPA but it is still spewing several of these messages per second, the only thing that is changed is the line number:
(deluge:12951): GLib-GObject-CRITICAL **: g_object_set_qdata: assertion `G_IS_OBJECT (object)' failed
32-bit kubuntu 11.04
gtk client errors
Re: gtk client errors
later: I botched the 1.3.3 install - one of the packages got a broken dependency, now I resinstalled 1.3.3 from scratch but all it did is returned the original error line number:
(deluge:2432): GLib-GObject-CRITICAL **: g_object_set_qdata: assertion `G_IS_OBJECT (object)' failed
Help! My disk is not big enough.
(deluge:2432): GLib-GObject-CRITICAL **: g_object_set_qdata: assertion `G_IS_OBJECT (object)' failed
Help! My disk is not big enough.
Re: gtk client errors
this problem is not fixed in 1.3.4 (from PPA) - it is still spewing
(deluge:4516): GLib-GObject-CRITICAL **: g_object_set_qdata: assertion `G_IS_OBJECT (object)' failed
messages at a rate of more than one message a second. Works fine though. Also there is a mssing semicolon in deluge.desktop
plasma-desktop(2102) KConfigGroup::readXdgListEntry: List entry Categories in "/usr/share/applications/deluge.desktop" is not compliant with XDG standard (missing trailing semicolon).
klauncher(1927) KConfigGroup::readXdgListEntry: List entry Categories in "/usr/share/applications/deluge.desktop" is not compliant with XDG standard (missing trailing semicolon).
should be
Categories=Network;FileTransfer;P2P;GTK;
(deluge:4516): GLib-GObject-CRITICAL **: g_object_set_qdata: assertion `G_IS_OBJECT (object)' failed
messages at a rate of more than one message a second. Works fine though. Also there is a mssing semicolon in deluge.desktop
plasma-desktop(2102) KConfigGroup::readXdgListEntry: List entry Categories in "/usr/share/applications/deluge.desktop" is not compliant with XDG standard (missing trailing semicolon).
klauncher(1927) KConfigGroup::readXdgListEntry: List entry Categories in "/usr/share/applications/deluge.desktop" is not compliant with XDG standard (missing trailing semicolon).
should be
Categories=Network;FileTransfer;P2P;GTK;
Re: gtk client errors
This will most likely be an issue in gtk, not a lot we can do about it. You could report the issue to Gnome bug tracker but would require backtraces to properly diagnose.lvm wrote:GLib-GObject-CRITICAL **: g_object_set_qdata: assertion `G_IS_OBJECT (object)' failed
Thanks, I will fix that.lvm wrote:Also there is a missing semicolon in deluge.desktop
Re: gtk client errors
There is no backtrace, deluge is not terminating - it runs normally but spews out these messages by a ton and nothing else. I am using KDE by the way (I know that glib is a part of gnome project).Cas wrote:This will most likely be an issue in gtk, not a lot we can do about it. You could report the issue to Gnome bug tracker but would require backtraces to properly diagnose.lvm wrote:GLib-GObject-CRITICAL **: g_object_set_qdata: assertion `G_IS_OBJECT (object)' failed