Re: Gdk-ERROR BadMatch error





On Mon, 13 Dec 1999, Federico Mena Quintero wrote:

> 
> It is very likely that there is a mismatch between visuals in
> drawables and GCs.  Can you please run these programs with the --sync
> option, under a debugger, and give us a stack trace of where they
> bomb?  This will make it easy to locate and fix the problem.
> 
>   Federico

Ok, i attached gdb session log  of gnomeicu-0.67 debugging.
Hope this will help,

-Oleg
Script started on Mon Dec 13 14:54:19 1999
green:~/SUN/src/gnomeicu-0.67/src$ gdb gnomeicu

GNU gdb 4.18

Copyright 1998 Free Software Foundation, Inc.

GDB is free software, covered by the GNU General Public License, and you are

welcome to change it and/or distribute copies of it under certain conditions.

Type "show copying" to see the conditions.

There is absolutely no warranty for GDB.  Type "show warranty" for details.

This GDB was configured as "sparc-sun-solaris2.5.1"...

(gdb) b main

Breakpoint 1 at 0x2b4a0: file gnomeicu.c, line 273.

(gdb) r -a --sync

Starting program: /home/coa/SUN/src/gnomeicu-0.67/src/gnomeicu -a --sync



Breakpoint 1, main (argc=3, argv=0xeffffb44) at gnomeicu.c:273

273		int l = 1;

(gdb) b gdk_x_error 

Breakpoint 2 at 0xef41d918: file gdk.c, line 1039.

(gdb) c

Continuing.



Breakpoint 2, gdk_x_error (display=0xadaf0, error=0xefffefe8) at gdk.c:1039

1039	  if (error->error_code)

(gdb) bt

#0  gdk_x_error (display=0xadaf0, error=0xefffefe8) at gdk.c:1039

#1  0xef2c4774 in _XError () from /opt/X11R6/lib/libX11.so.6.1

#2  0xef2c2d20 in _XReply () from /opt/X11R6/lib/libX11.so.6.1

#3  0xef2bd95c in XSync () from /opt/X11R6/lib/libX11.so.6.1

#4  0xef2bd9e0 in _XSyncFunction () from /opt/X11R6/lib/libX11.so.6.1

#5  0xef29cfec in XCopyArea () from /opt/X11R6/lib/libX11.so.6.1

#6  0xef4552f8 in gdk_window_copy_area (window=0xf4740, gc=0xf2d20, x=0, y=0, 

    source_window=0xf4700, source_x=0, source_y=0, width=29, height=14)

    at gdkwindow.c:1000

#7  0xeef298c0 in gnome_animator_append_frames_from_imlib_at_size (

    animator=0xf3418, image=0xf34b8, x_offset=0, y_offset=0, interval=100, 

    x_unit=29, width=29, height=14) at gnome-animator.c:871

#8  0xeef29bbc in gnome_animator_append_frames_from_file_at_size (

    animator=0xf3418, 

    name=0xf3478 "/home/coa/SUN/share/pixmaps/gnomeicu/animeyes.png", 

    x_offset=0, y_offset=0, interval=100, x_unit=29, width=0, height=0)

    at gnome-animator.c:988

#9  0xeef29c28 in gnome_animator_append_frames_from_file (animator=0xf3418, 

    name=0xf3478 "/home/coa/SUN/share/pixmaps/gnomeicu/animeyes.png", 

    x_offset=0, y_offset=0, interval=100, x_unit=29) at gnome-animator.c:1027

#10 0x2c50c in main (argc=3, argv=0xeffffb44) at gnomeicu.c:463

(gdb) c

Continuing.

Gdk-ERROR **: BadMatch (invalid parameter attributes)

  serial 1435 error_code 8 request_code 62 minor_code 0



Program exited with code 01.

(gdb) q

green:~/SUN/src/gnomeicu-0.67/src$ exit


script done on Mon Dec 13 14:55:49 1999


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