GNOME Bugzilla – Bug 115647
GIMP 1.3.15 crashes when docking/undocking tool options in Japanese environment
Last modified: 2004-12-22 21:47:04 UTC
1.3.5 crashes when docking/undocking the tool options onto (or off) the main gimp window while running in a Japanese environment (2-byte font). The error: (gimp-1.3:3185): Gdk-CRITICAL **: file gdkwindow.c: line 526 (gdk_window_get_parent): assertion `GDK_IS_WINDOW (window)' failed $ set | grep LANG LANG=ja_JP Let me know if I can provide any more info. Thanks, Eric Pierce
I had a look at this yesterday and the problems seems to be in GTK+. The stack trace indicates that the crash happens when the IM context of an entry window tries to access it's parent GDK window. I will add a proper stack trace later and reassign to GTK+.
Created attachment 17674 [details] a stack trace from the GDK warning
The problem occurs with GTK+-2.2.2, LC_ALL set to ja_JP. Looks like there's a problem when the widgets belonging to the IM context are unrealized.
*** This bug has been marked as a duplicate of 115077 ***