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 121780 - gimp 1.3.20 crashes on startup, because of fonts
gimp 1.3.20 crashes on startup, because of fonts
Status: RESOLVED DUPLICATE of bug 121752
Product: GIMP
Classification: Other
Component: General
1.x
Other Linux
: Normal normal
: ---
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2003-09-08 20:39 UTC by grandor
Modified: 2003-09-09 20:57 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description grandor 2003-09-08 20:39:17 UTC
compiled gimp 1.3.20 on SuSE Linux 8.2 with "configure --disable-print"
stack trace:

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

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

gimp_composite: use=yes, verbose=no +mmx +sse +3dnow
gimp-1.3: fatal error: Speicherzugriffsfehler
gimp-1.3 (pid:12328): [E]xit, [H]alt, show [S]tack trace or [P]roceed: s
  • #0 g_on_error_stack_trace
    from /usr/lib/libglib-2.0.so.0
  • #1 ??
  • #2 g_on_error_query
    from /usr/lib/libglib-2.0.so.0
  • #3 gimp_eek
  • #4 gimp_fatal_error
  • #5 <signal handler called>
  • #6 FcTestDestroy
    from /usr/X11R6/lib/libfontconfig.so.1
  • #7 FcSubstDestroy
    from /usr/X11R6/lib/libfontconfig.so.1
  • #8 FcConfigDestroy
    from /usr/X11R6/lib/libfontconfig.so.1
  • #9 FcConfigSetCurrent
    from /usr/X11R6/lib/libfontconfig.so.1
  • #10 gimp_fonts_load
    at gimpfonts.c line 98
  • #11 gimp_fonts_init
    at gimpfonts.c line 55
  • #12 gimp_restore
  • #13 app_init
  • #14 main
    at main.c line 380
  • #15 __libc_start_main
    from /lib/libc.so.6

Comment 1 Raphaël Quinet 2003-09-08 23:00:32 UTC
This looks like a duplicate of bug #121752.

In fact, I am hit by the same problem as of today (current CVS, taken
two commits after the 1.3.20 release).  I had no problems starting the
GIMP last week, but now it crashes on startup because of the fonts.
Looks like I also have to upgrade fontconfig on my PC...

*** This bug has been marked as a duplicate of 121752 ***
Comment 2 grandor 2003-09-09 20:57:23 UTC
yes it's a dupicate. I updated to fontconfig 2.2 and now it runs. GIMP
is great, thanks guys!