Running Gimp 1.2.2 on a current Debian/unstable system
(the exact packages is gimp1.2_1.2.2-2_i386.deb), a wierd bug
keeps cropping up.  That is, using the crop tool with the crop info window
closed, the Gimp just hangs for 10 seconds with the mouse grabbed.
Then it beeps once, pops up the info window, and cropping can continue.

Once this starts happening, it's consistent (and annoying).

Yosh asked me to compile with debugging and get a stack backtrace,
so I compiled the Debian source and reproduced the problem quickly.
The hang is in:
(gdb) where
#0  0x40389d8e in select () from /lib/libc.so.6
#1  0x40296f9c in _XlcPublicMethods () from /usr/X11R6/lib/libX11.so.6
#2  0x401f155a in _XRead () from /usr/X11R6/lib/libX11.so.6
#3  0x401f1f63 in _XReply () from /usr/X11R6/lib/libX11.so.6
#4  0x401e8fbd in XQueryPointer () from /usr/X11R6/lib/libX11.so.6
#5  0x40171d68 in gdk_window_get_pointer () from /usr/lib/libgdk-1.2.so.0
#6  0x4010e557 in gtk_vruler_new () from /usr/lib/libgtk-1.2.so.0
#7  0x400b2e4f in gtk_marshal_BOOL__POINTER () from /usr/lib/libgtk-1.2.so.0
#8  0x400e2a0c in gtk_signal_remove_emission_hook ()
   from /usr/lib/libgtk-1.2.so.0
#9  0x400e1e75 in gtk_signal_set_funcs () from /usr/lib/libgtk-1.2.so.0
#10 0x400dff53 in gtk_signal_emit () from /usr/lib/libgtk-1.2.so.0
#11 0x4011696b in gtk_widget_event () from /usr/lib/libgtk-1.2.so.0
#12 0x400b2d95 in gtk_propagate_event () from /usr/lib/libgtk-1.2.so.0
#13 0x400b1efe in gtk_main_do_event () from /usr/lib/libgtk-1.2.so.0
#14 0x40160487 in gdk_wm_protocols_filter () from /usr/lib/libgdk-1.2.so.0
#15 0x40191308 in g_get_current_time () from /usr/lib/libglib-1.2.so.0
#16 0x40191913 in g_get_current_time () from /usr/lib/libglib-1.2.so.0
#17 0x40191aac in g_main_run () from /usr/lib/libglib-1.2.so.0
#18 0x400b17f7 in gtk_main () from /usr/lib/libgtk-1.2.so.0
#19 0x08109179 in main (argc=1, argv=0xbffffd24) at main.c:403
#20 0x402d86ef in __libc_start_main () from /lib/libc.so.6

_______________________________________________
Gimp-developer mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

Reply via email to