Hi, Frank Wittemeier <frank@xxxxxxxxxxxxx> writes: > after uninstalling and installing some libraries (glib, pango, atk and gtk+) > and recompiling gimp-1.3.23 there is only one error left: > > frawi@frawibook:~/src/gimp-1.3.23> gimp-1.3 > This is a development version of The GIMP. > Debug messages may appear here. > > gimp_composite: use=yes, verbose=no +mmx -sse -sse2 -3dnow -altivec -vis > gimp-1.3: fatal error: Speicherzugriffsfehler > gimp-1.3 (pid:1612): [E]xit, [H]alt, show [S]tack trace or [P]roceed: s > #0 0x404b75d4 in g_on_error_stack_trace (prg_name=0x830fbd0 "gimp-1.3") > #1 0x404b74ee in g_on_error_query (prg_name=0x830fbd0 "gimp-1.3") > #2 0x08081c1a in gimp_eek (reason=0x8208296 "fatal error", > #3 0x08081b76 in gimp_fatal_error () at errors.c:118 > #4 0x080816e5 in gimp_sigfatal_handler () at main.c:571 > #5 <signal handler called> > #6 0x4064593f in free () from /lib/libc.so.6 > #7 0x4057b27f in ft_free (memory=0x83762a0, block=0x1) > #8 0x4057b68e in FT_Free (memory=0x83762a0, P=0x8375c08) > #9 0x405b29ec in T1_Face_Done (face=0x8375a60) > #10 0x4057eaed in destroy_face (memory=0x83762a0, face=0x8375a60, > #11 0x4057fd5a in FT_Done_Face (face=0x8375a60) > #12 0x405352ef in FcFreeTypeQuery ( > #13 0x40535b57 in FcFileScan (set=0x835c6a0, dirs=0x8358d60, cache=0x835a778, > #14 0x40535e74 in FcDirScan (set=0x835c6a0, dirs=0x8358d60, cache=0x835a778, > #15 0x40538d2d in FcConfigBuildFonts (config=0x8358cf8) at fccfg.c:206 > #16 0x40533b88 in FcInitLoadConfigAndFonts () at fcinit.c:83 > #17 0x40533bd3 in FcInit () at fcinit.c:101 > > Any hints whats wrong now? Judging from the stack trace, this looks like a known bug in the freetype T1 parser (version 2.1.5 if I remember correctly). You should update to a newer version of freetype2. Sven