Page 1 of 1
gtk client errors
Posted: Sat Aug 20, 2011 6:10 am
by lvm
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
Re: gtk client errors
Posted: Sun Aug 21, 2011 1:39 pm
by lvm
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.
Re: gtk client errors
Posted: Sun Apr 08, 2012 8:50 am
by lvm
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;
Re: gtk client errors
Posted: Sun Apr 08, 2012 10:13 am
by Cas
lvm wrote:GLib-GObject-CRITICAL **: g_object_set_qdata: assertion `G_IS_OBJECT (object)' failed
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:Also there is a missing semicolon in deluge.desktop
Thanks, I will fix that.
Re: gtk client errors
Posted: Sat Apr 14, 2012 6:02 pm
by lvm
Cas wrote:lvm wrote:GLib-GObject-CRITICAL **: g_object_set_qdata: assertion `G_IS_OBJECT (object)' failed
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.
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).