Last night I updated my tree, then went on to install gimp2. It compiled fine, except for one minor glitch (gimp's configure script couldn't find glib2. Installing glib2-dev solved that).
But now, every time I try to use the gimp's text tool, it crashes. The head of the crash log reads: ********** OS Version: 10.3.8 (Build 7U16) Report Version: 2 Command: gimp-2.2 Path: /sw/bin/gimp-2.2 Version: ??? (???) PID: 1386 Thread: 0 Exception: EXC_BAD_ACCESS (0x0001) Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000004 Thread 0 Crashed: 0 libfreetype.6.dylib 0x02356cec ft_glyphslot_free_bitmap + 0x18 (ftobjs.c:235) 1 libfreetype.6.dylib 0x02356dec ft_glyphslot_clear + 0x18 (ftobjs.c:287) 2 libfreetype.6.dylib 0x02357154 FT_Load_Glyph + 0x58 (ftobjs.c:491) 3 gimp-2.2 0x001d3c98 gimp_text_render_bitmap + 0x60 (gimptext-bitmap.c:60) 4 gimp-2.2 0x001d3b40 gimp_text_layout_render_glyphs + 0xbc (gimptextlayout-render.c:163) 5 gimp-2.2 0x001d3a5c gimp_text_layout_render_line + 0x74 (gimptextlayout-render.c:119) 6 gimp-2.2 0x001d39bc gimp_text_layout_render + 0x150 [...] So, I guess freetype frees some memory it doesn't own. Do you have an idea how I should solve that? (For those skimming, I run Mac OS X 10.3.8, Fink 0.24.2-11, gimp2 2.2.4-4, freetype219 2.1.9-1, and gcc -v responds: Reading specs from /usr/libexec/gcc/darwin/ppc/3.3/specs Thread model: posix gcc version 3.3 20030304 (Apple Computer, Inc. build 1671)) Shay. ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
