GNOME Bugzilla – Bug 591465
Gimp crashes upon opening the font selection dialog
Last modified: 2009-08-11 21:09:40 UTC
When I edit text in Gimp, and press the font selection button ("Aa"), gimp crashes. This is on Ubuntu Karmic. Babl and Gegl latest released versions. Gimp from GIT. Stack trace:
+ Trace 216882
Thanks! The crash occurs in a pango though.
Pango version? Please test with 1.25.2 as the OpenType Layout engine was rewritten so any pre 1.25.1 crash is obsolete.
Recompiled against 1.25.2 (was 1.25.1 on karmic before). Crashes still. Just to be sure an updated stack trace:
+ Trace 216886
Thanks. Can you recompile pango with CPPFLAGS=-DHB_DEBUG=10 and run, attach the log?
Actually, I can reproduce the crash. Will fix. Thanks
Fixed in master: commit 6b7265c4d6fab1181d0453a845b67ab53fb19d2e Author: Behdad Esfahbod <behdad@behdad.org> Date: Tue Aug 11 17:06:57 2009 -0400 Bug 591465 – Gimp crashes upon opening the font selection dialog Initialize count variables.