Re: GLib-GObject errors on exitGLib-GObject error on exit



On Fri, 10 Aug 2007 22:51:12 -0500
"Jamie Lahowetz" <deadpickle gmail com> wrote:

I receive the following errors when I exit my program and I'm wondering what
they are and what could cause them?

GLib-GObject-CRITICAL **: g_object_steal_qdata: assertion `G_IS_OBJECT
(object)' failed during global destruction.
GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)'
failed during global destruction.
GLib-GObject-CRITICAL **: g_object_steal_qdata: assertion `G_IS_OBJECT
(object)' failed during global destruction.
GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)'
failed during global destruction.

I would post the script as well but it is rather large and I'm not sure what
the errors are or where they occur.

My answer is rather large, and may not be the correct answer
for your question, so I won't post it. :-)  

Without a code snippet, its a complete guess.
Maybe you should "try" to chop down your script, a little bit at a time,
and see where the error stops. 

Just guessing, it sounds like you are doing some sort of
"create then destroy" operation in your script, and it isn't being
done properly.

But it might be a bug:
There are some nodes on groups.google.com for
"GLib-GObject-CRITICAL **: g_object_unref: assertion"

zentara

-- 
I'm not really a human, but I play one on earth.
http://zentara.net/japh.html



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]