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 121839 - segmentation fault: Initializing Plug-ins: tool-safe-mode
segmentation fault: Initializing Plug-ins: tool-safe-mode
Status: RESOLVED DUPLICATE of bug 118517
Product: GIMP
Classification: Other
Component: Plugins
1.x
Other Linux
: Normal normal
: ---
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2003-09-09 14:37 UTC by Dean Darlison
Modified: 2003-09-11 17:36 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Dean Darlison 2003-09-09 14:37:04 UTC


  • #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_plugin_sigfatal_handler
  • #4 <signal handler called>
  • #5 strlen
    from /lib/libc.so.6
  • #6 safe_mode_init
    at tool-safe-mode-plug-in.c line 50
  • #7 gimp_main
    at gimp.c line 300
  • #8 main
    at tool-safe-mode-plug-in.c line 66
  • #9 __libc_start_main
    from /lib/libc.so.6

Comment 1 Dean Darlison 2003-09-09 14:51:32 UTC
Removed the old /usr/local/lib/gimp/1.3 and repeated make install 
 
I.e. tool-safe-mode from 1.3.9 
Comment 2 Sven Neumann 2003-09-09 14:54:46 UTC

*** This bug has been marked as a duplicate of 118517 ***
Comment 3 Nathan Summers 2003-09-10 19:34:02 UTC
Man, why are we getting so many of these all of a sudden?  That code
was removed ages ago. :)
Comment 4 Raphaël Quinet 2003-09-11 05:49:54 UTC
Nathan: probably because a lot of people have upgraded from time to time
without removing the previous versions.  Since about 1.3.19, the changes
to the base code made the tool-safe-mode plug-in crash, so people
started to notice that something was wrong.
Comment 5 Sven Neumann 2003-09-11 11:29:22 UTC
The plug-in started to crash when we removed the tool-plug-in-path
setting from gimprc. This happened before 1.3.16 was released.
Comment 6 Nathan Summers 2003-09-11 17:36:12 UTC
I just wondered why people seem to be upgrading from extremely old
versions more frequently now.  Idle musing.  :)