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 554646 - Opening Help crashes GIMP with lqr-plugin installed
Opening Help crashes GIMP with lqr-plugin installed
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Help
2.6.0
Other All
: Normal critical
: 2.6
Assigned To: GIMP Bugs
GIMP Bugs
: 555372 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2008-10-02 03:26 UTC by Ari Pollak
Modified: 2008-10-07 12:39 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ari Pollak 2008-10-02 03:26:20 UTC
If I open the help browser. GIMP immediately crashes. Here's the backtrace:

  • #0 gimp_help_get_help_domains
    at /usr/src/debian/work/build-area/gimp-2.6.0/./app/widgets/gimphelp.c line 512
  • #1 gimp_idle_help
    at /usr/src/debian/work/build-area/gimp-2.6.0/./app/widgets/gimphelp.c line 278
  • #2 IA__g_main_context_dispatch
    at /build/buildd/glib2.0-2.16.5/glib/gmain.c line 2012
  • #3 g_main_context_iterate
    at /build/buildd/glib2.0-2.16.5/glib/gmain.c line 2645
  • #4 IA__g_main_loop_run
    at /build/buildd/glib2.0-2.16.5/glib/gmain.c line 2853
  • #5 app_run
    at /usr/src/debian/work/build-area/gimp-2.6.0/./app/app.c line 246
  • #6 main
    at /usr/src/debian/work/build-area/gimp-2.6.0/./app/main.c line 406

(gdb) print plug_in_uris[0]
$2 = (gchar *) 0x3ef4b30 "file:///usr/share/gimp-lqr-plugin/help"
Comment 1 Ari Pollak 2008-10-02 03:28:13 UTC
In case it wasn't obvious, removing gimp-lqr-plugin fixed the problem.
Comment 2 Carl 2008-10-02 06:54:44 UTC
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".
Comment 3 Michael Natterer 2008-10-02 17:17:23 UTC
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.
Comment 4 Michael Natterer 2008-10-07 12:39:34 UTC
*** Bug 555372 has been marked as a duplicate of this bug. ***