After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 115647 - GIMP 1.3.15 crashes when docking/undocking tool options in Japanese environment
GIMP 1.3.15 crashes when docking/undocking tool options in Japanese environment
Status: RESOLVED DUPLICATE of bug 115077
Product: gtk+
Classification: Platform
Component: Input Methods
2.2.x
Other Linux
: Normal normal
: ---
Assigned To: Hidetoshi Tajima
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2003-06-21 00:40 UTC by eric_wmaker
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
a stack trace from the GDK warning (19.99 KB, text/plain)
2003-06-21 11:17 UTC, Sven Neumann
Details

Description eric_wmaker 2003-06-21 00:40:34 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
Comment 1 Sven Neumann 2003-06-21 09:42:53 UTC
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+.
Comment 2 Sven Neumann 2003-06-21 11:17:29 UTC
Created attachment 17674 [details]
a stack trace from the GDK warning
Comment 3 Sven Neumann 2003-06-21 11:20:25 UTC
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.
Comment 4 Owen Taylor 2003-06-23 01:34:10 UTC

*** This bug has been marked as a duplicate of 115077 ***