Re: GLib-CRITICAL error



Hi Katherine,

On Wed, 2002-06-05 at 10:42, Katherine Goude wrote:
> I'm currently working on a piece of software which I am altering to make
> use of ORBit. I have created an object to perform some of the functions
> and have written client and server programs. Now when I run the
> software, the client tries to call several of the operations provided by
> the object. Most of these are carried out with no problems but then a
> GLib-CRITICAL error message is given saying "file gstring.c: line 423
> (g_string_append): assertion 'val != NULL' failed".
> 
> Any idea what sort of problem causes this error?

	Tips for finding the problem:

	* Have the glib source to hand, look at line 423 of gstring.c

	* If that doesn't help:

	gdb ./app-that-warns
	b main
	r
	b g_logv
	c
	...
	bt

	And see who called it with what,

	HTH,

		Michael.

-- 
 mmeeks@gnu.org  <><, Pseudo Engineer, itinerant idiot




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