divya seshadri wrote:
Hi all, I've cross compiled GTK for arm linux (little endian) I'm using glib-2.1.4 gtk-2.2.0 pango-1.0.4 atk-1.0.3 libc-2.3.2 and I have the following problem. GTK applications like calender crash. A backtracepoints to g_object_new.Is this a problem with glib or glibc?? If not either where does the problem lie? I've been stuck for the past week. I'm at my wits end.. please help.
If it's on custom hardware, is there enough memory? Is it unfragmented? Has a memory check been done? Compile gtk with CFLAGS="-g -O0" and gdb thru the library code.