GNOME Bugzilla – Bug 554646
Opening Help crashes GIMP with lqr-plugin installed
Last modified: 2008-10-07 12:39:34 UTC
If I open the help browser. GIMP immediately crashes. Here's the backtrace:
+ Trace 207633
(gdb) print plug_in_uris[0] $2 = (gchar *) 0x3ef4b30 "file:///usr/share/gimp-lqr-plugin/help"
In case it wasn't obvious, removing gimp-lqr-plugin fixed the problem.
Removing gimp-lqr-plugin did *not* fix the problem for me. I'm running GIMP v2.6.0 on Windows XP SP2. I'm sorry I don't know how to produce a backtrace. The crash occurs only if I've configured the help browser to "Web browser", which of course I need to do since the Windows build for Gimp apparently does not include the "Gimp help browser".
Fixed in SVN: 2008-10-02 Michael Natterer <mitch@gimp.org> Bug 554646 – Opening Help crashes GIMP with lqr-plugin installed * app/widgets/gimphelp.c (gimp_help_get_help_domains): need to assign (*foo)[i] and not *foo[i] of a gchar** returned via return value location.
*** Bug 555372 has been marked as a duplicate of this bug. ***