GNOME Bugzilla – Bug 126742
Memory fault in start-up
Last modified: 2003-11-12 21:10:55 UTC
At the end of the startup process, the programme crashes and asks Proceed, Exit etc. It can proceed and then works OK. Here is the dump from gdb: 0 0x4071d328 in read () from /lib/libc.so.6
+ Trace 41655
It would have been better to add this comment to the existing bug, rather than create a new one. In any case, this does indeed show that a plug-in is crashing on initialisation, which is a recoverable failure usually. Without knowing which plug-in, there's not really much we can do. Do you have an idea which plug-in was being queried? What was on the splash screen at the time? Cheers, Dave.
*** Bug 126645 has been marked as a duplicate of this bug. ***
Just start GIMP with the --verbose command-line option and check the output. As I said, it's most likely an old plug-in from an earlier installation.
The bug is that an old plug-in (tool-safe-plugin.c (?)) was left in my my plug-in directories. It was dated from April 2003. The source is no longer in the distribution. The make install should clean up the directories. I would say that it is an installation bug. Thanks for the hint. JJ Malosse
You are supposed to uninstall anold version before you install a new version.
*** This bug has been marked as a duplicate of 118517 ***