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 121731 - startup stops when looking for font data
startup stops when looking for font data
Status: RESOLVED DUPLICATE of bug 121752
Product: GIMP
Classification: Other
Component: General
1.x
Other Linux
: Normal major
: ---
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2003-09-08 02:16 UTC by josvanr
Modified: 2003-09-09 14:43 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description josvanr 2003-09-08 02:16:21 UTC
startup of gimp stops when in the startup screen the line

'looking for datafiles, fonts'

is displayed

stack trace:

linux:~ # gimp-1.3
This is a development version of the GIMP
Debug messages may appear here.

Testing CPU features...
  mmx     : yes
  3dnow   : no
  mmxext  : yes
  sse     : yes
  sse2    : no

gimp_composite: use=yes, verbose=no +mmx +sse


gimp-1.3: fatal error: Segmentation fault
gimp-1.3 (pid:26845): [E]xit, [H]alt, show [S]tack trace or [P]roceed:
gimp-1.3 
(pid:26845): [E]xit, [H]alt, show [S]tack trace or [P]roceed: gimp-1.3
(pid:2684
5): [E]xit, [H]alt, show [S]tack trace or [P]roceed: s
h#0  0x4049a094 in g_on_error_stack_trace (prg_name=0xbffff708 "gimp-1.3")
  • #1 g_on_error_query
  • #2 gimp_eek
  • #3 gimp_fatal_error
  • #4 gimp_sigfatal_handler
    at main.c line 497
  • #5 <signal handler called>
  • #6 T1_Decrypt
  • #7 parse_subrs
  • #8 t1_load_keyword
  • #9 parse_dict
  • #10 T1_Open_Face
  • #11 T1_Init_Face
  • #12 open_face
  • #13 FT_Open_Face
  • #14 FT_New_Face
  • #15 FcFreeTypeQuery
  • #16 FcFileScan
  • #17 FcDirScan
  • #18 FcConfigBuildFonts
    at fccfg.c line 197
  • #19 gimp_fonts_load
    at gimpfonts.c line 92
  • #20 gimp_fonts_init
    at gimpfonts.c line 55
  • #21 gimp_restore
  • #22 app_init
  • #23 main
    at main.c line 380
  • #24 __libc_start_main
    from /lib/libc.so.6

Comment 1 Sven Neumann 2003-09-08 07:41:28 UTC
It seems freetype is crashing on one of your fonts. Make sure you got
the latest freetype2 installed and consider to remove the offending
(most possibly broken) font from your system. 
Comment 2 Sven Neumann 2003-09-08 11:05:04 UTC
Might be a duplicate of #121752. We will need more information here
like the versions of Pango, fontconfig and freetype2 that you are using.
Comment 3 Sven Neumann 2003-09-09 14:43:47 UTC

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