Re: Still problems with gtk_list_store_append



On Mon, 2004-03-01 at 14:56, Tim Müller wrote:
On Monday 01 March 2004 13:28, Jesper Mørk wrote:

I didn't really resolve the problem the last time so i'm trying again in
hope that someone can help me. Its damn frustrating that it wont work.

To summarize the problem. I'm trying to add som data to a list store. It
works fine for the first rows but then suddenly it crashes with a
segfault. As far as I can tell it crashes when calling
gtk_list_store_append(). 

Have you tried running your program with valgrind? Maybe you're corrupting 
memory somewhere before doing the append call.
I just tried it and got the following:

==20095== Conditional jump or move depends on uninitialised value(s)
==20095==    at 0x40009575: _dl_relocate_object (in /lib/ld-2.3.2.so)
==20095==    by 0x403961B5: (within /lib/libc-2.3.2.so)
==20095==    by 0x4000BF25: _dl_catch_error (in /lib/ld-2.3.2.so)
==20095==    by 0x40396438: _dl_open (in /lib/libc-2.3.2.so)

What does this mean?

cheers
Jesper




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