Dear Damon, The problem occurs randomly while calling gdk_pixmap_colormap_create_from_xpm_d() in my code when we are calling custom widgets to create custom color combo box.
The backtrace from GDB is as follows: *** glibc detected *** corrupted double-linked list: 0x0a1ef390 *** Program received signal SIGABRT, Aborted. 0x001617a2 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2 (gdb) bt #0 0x001617a2 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2 #1 0x0208f7a5 in raise () from /lib/tls/libc.so.6 #2 0x02091209 in abort () from /lib/tls/libc.so.6 #3 0x020c371a in __libc_message () from /lib/tls/libc.so.6 #4 0x020c97f4 in malloc_consolidate () from /lib/tls/libc.so.6 #5 0x020ca643 in _int_malloc () from /lib/tls/libc.so.6 #6 0x020cc401 in malloc () from /lib/tls/libc.so.6 #7 0x07a8dceb in g_try_malloc () from /usr/lib/libglib-2.0.so.0 #8 0x0013d83b in gdk_pixbuf_new () from /usr/lib/libgdk_pixbuf-2.0.so.0 #9 0x07dcff68 in ?? () from /usr/lib/gtk-2.0/2.4.0/loaders/libpixbufloader-xpm.so #10 0x00000000 in ?? () Is there any problems in this particular API gdk_pixmap_colormap_create_from_xpm_d() Thanks in Advance Avtar Singh On 3/29/07, Damon Chaplin <[EMAIL PROTECTED]> wrote: > On Thu, 2007-03-29 at 16:23 +0530, Avtar Singh wrote: > > Dear Damon, > > > > Thanks for you reply . > > create_color_combo is the creation function of the custom widget. The > > parameters that I am passing in the Custom widget are as follows: > > Hi, > > I'd really need a complete (small) test application that shows the > problem, with a .glade file. I need to be able to reproduce it here. > > Damon > > > _______________________________________________ Glade-devel maillist - [email protected] http://lists.ximian.com/mailman/listinfo/glade-devel
