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 128076 - plug-in tool-safe-mode segfaults on launch
plug-in tool-safe-mode segfaults on launch
Status: RESOLVED DUPLICATE of bug 118517
Product: GIMP
Classification: Other
Component: General
1.x
Other Linux
: Normal normal
: ---
Assigned To: GIMP Bugs
Daniel Egger
Depends on:
Blocks:
 
 
Reported: 2003-11-27 22:53 UTC by whammy
Modified: 2003-11-27 23:07 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description whammy 2003-11-27 22:53:39 UTC
Gimp segfaults during launch with the following info:
----------
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
/usr/local/lib/gimp/1.3/plug-ins/tool-safe-mode: fatal error: Segmentation
fault/usr/local/lib/gimp/1.3/plug-ins/tool-safe-mode (pid:1443): [E]xit,
[H]alt, show [S]tack trace or [P]roceed: S
  • #0 g_on_error_stack_trace
  • #1 g_on_error_query
  • #2 gimp_plugin_sigfatal_handler
  • #3 <signal handler called>
  • #4 safe_mode_init
    at tool-safe-mode-plug-in.c line 50
  • #5 gimp_main
    at gimp.c line 304
  • #6 main
    at tool-safe-mode-plug-in.c line 66
  • #7 __libc_start_main
    from /lib/i686/libc.so.6

This is essentially the same as an earlier reported bug which was solved by
upgrading to fontconfig 2.2. However, in my case the bug appears despite
having fontconfig 2.2 installed. (Typing fc-cache --version reports 2.2)

Library details:

fontconfig 2.2
freetype 2.1.5
Pango 1.2.5
GTK+ 2.2.4
GLib 2.2.3
Xft 2.1.2
xrender 0.8.3
render 0.8
Comment 1 Manish Singh 2003-11-27 23:07:08 UTC
When you deal with software in development, you're supposed to clean
up old versions before installing new ones. Simply remove
tool-safe-mode from your plugin directory.

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