Re: debugging information

2006-06-20 Thread Yeti
On Mon, Jun 19, 2006 at 05:20:05PM +0100, Yiannis wrote: > Sorry if this is beyond the scope of this list but on the following > message > > (md:2198): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT > (object)' failed > > which is a runtime error I am wondering what is the (

Re: Re: debugging information

2006-06-20 Thread cole-anstey
The 2198 is the process id. Regards > > From: Denis <[EMAIL PROTECTED]> > Date: 2006/06/20 Tue AM 07:14:24 GMT > To: Yiannis <[EMAIL PROTECTED]> > CC: gtk-app-devel-list@gnome.org > Subject: Re: debugging information > > I do not know how to interpret 2198.

Re: debugging information

2006-06-20 Thread Yiannis
On 20/06/06, Andreas Stricker <[EMAIL PROTECTED]> wrote: > > Yiannis schrieb: > > Sorry if this is beyond the scope of this list but on the following > > message > > > > (md:2198): GLib-GObject-CRITICAL **: g_object_unref: assertion > `G_IS_OBJECT > > (object)' failed > > > Thanks. -- -- Yia

Re: debugging information

2006-06-20 Thread Denis
I do not know how to interpret 2198. However, you can debug such thing by running your program under gdb with G_DEBUG=fatal_warnings set in the environment. G_DEBUG=fatal_warnings will cause the program to assert when it will reach the error and then you will be able to call bt (backtrace) in gdb

Re: debugging information

2006-06-20 Thread Andreas Stricker
Yiannis schrieb: > Sorry if this is beyond the scope of this list but on the following > message > > (md:2198): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT > (object)' failed > > which is a runtime error I am wondering what is the (md:2198). Yes md is the > program name..