GNOME Bugzilla – Bug 582900
Toolbox hangs when selecting tools if an image is opened (built from git source)
Last modified: 2009-06-17 04:59:27 UTC
Please describe the problem: The toolbox hangs when selecting (changing) tools if an image is opened. Built using source code from git (GIMP_2_6_1-851-ge392af5) Build Environment: MinGW/MSYS on windows XP The following libraries were also built from source code from git: glib 2.20.1-61-gbd87df9 gtk+ 2.17.0-53-g91190ce babl BABL_0_0_18-126-g4d9415c gegl GEGL_0_0_16-808-g91a6bb6 The toolbox functions normally when no image is opened. Steps to reproduce: 1. Open an image 2. Select a tool from the ToolBox 3. Actual results: Application stops responding. Expected results: Tool to become active Does this happen every time? Yes Other information: I built the released version of GIMP (2.6.6) using the same libraries and it functions correctly.
I don't get it, are you building GIMP 2.6.1? If not, exactly what version of GIMP from git are you building?
I downloaded source from git: git clone git://git.gnome.org/gimp git describe returns the following: GIMP_2_6_1-851-ge392af5 I had no trouble building from subversion, but the subversion repository is no longer updated.
Ok. Looking at the manual for git-describe it is not a good command to describe what version of a repository you are using, it's better to just give the SHA1 of the commit you are using if you are not building a specific version. Anyway, thanks for the bug report! This works fine for me so to progress you will need to do debugging on your side. When GIMP is unresponsive, what is the main thread doing? Can you reproduce this with any tool? Do you have GEGL enabled?
Please do not abuse the bug-tracker for getting help with problems building the development version from git. We have a mailing-list for such questions. And please use stable versions of GLib and GTK+.