RSS/Atom feed Twitter
Site is read-only, email is disabled

Gimp 2.4.1 problems with openSuse 10.3

This discussion is connected to the gimp-user-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

5 of 6 messages available
Toggle history

Please log in to manage your subscriptions.

Gimp 2.4.1 problems with openSuse 10.3 Stephan Hegel 02 Nov 12:25
  Gimp 2.4.1 problems with openSuse 10.3 Alex 02 Nov 12:55
  Gimp 2.4.1 problems with openSuse 10.3 Sven Neumann 04 Nov 11:21
225727.58970.qm@web51006.ma... 07 Oct 20:18
  Gimp 2.4.1 problems with openSuse 10.3 Stephan Hegel 02 Nov 13:59
   Gimp 2.4.1 problems with openSuse 10.3 Sven Neumann 04 Nov 11:24
Stephan Hegel
2007-11-02 12:25:57 UTC (about 17 years ago)

Gimp 2.4.1 problems with openSuse 10.3

Hi,

I've got the following problem with a self-compiled Gimp 2.4.1 on an openSuse 10.3 box (x86_64) when doing a simple "File->New" with no image open before:

[prompt]/home/steve: gimp *** glibc detected *** gimp: double free or corruption (out): 0x00000000037f2e40 ***
Killed

Glib2 and Gtk2 and the development packages are from the distribution itself:

[prompt]/home/steve: rpm -q glib2 glib2-2.14.1-4
[prompt]/home/steve: rpm -q gtk2
gtk2-2.12.0-5.2

Somebody out there who can reproduce this ?

Thanks & kind regards, Stephan.

Alex
2007-11-02 12:55:15 UTC (about 17 years ago)

Gimp 2.4.1 problems with openSuse 10.3

Checked on openSuse 10.3 (x86_64, AMD) with last updates installed.
Work fine, without described error.
Configure options:

--prefix=/home/alex/programs/gimp --disable-default-binary --disable-python

--- Stephan Hegel wrote:

Hi,

I've got the following problem with a self-compiled Gimp 2.4.1 on an
openSuse 10.3 box (x86_64) when doing a simple "File->New" with no
image open before:

[prompt]/home/steve: gimp *** glibc detected *** gimp: double free or corruption (out):
0x00000000037f2e40 ***
Killed

Glib2 and Gtk2 and the development packages are from the distribution
itself:

[prompt]/home/steve: rpm -q glib2 glib2-2.14.1-4
[prompt]/home/steve: rpm -q gtk2
gtk2-2.12.0-5.2

Somebody out there who can reproduce this ?

Thanks & kind regards, Stephan.

Stephan Hegel
2007-11-02 13:59:40 UTC (about 17 years ago)

Gimp 2.4.1 problems with openSuse 10.3

Alex,

All clear.

Thanks for the rpm -q output. Exactly the same like on my box.

Further analysis revealed: The problem is, that Gimp 2.4.1 tries to convert existing .gimp-2.2 resp. .gimp-2.3 directories to .gimp-2.4. This doesn't seem to be perfect. My guess (just a guess !): the templates aren't converted properly, that's why it fails when trying to open a new canvas with "File->New".

Removing all pre-existing .gimp-2.2 and .gimp-2.3 directories and letting Gimp create a brand-new .gimp-2.4 directory makes the problem disappearing.

My configure options are the defaults (incl. python), except that I've chosen another --prefix.

Kind regards, Stephan.

Alex wrote:

glib2-2.14.1-4
gtk2-2.12.0-5.2
(to complete the set:)
glibc-2.6.1-18.3
gcc-4.2-24
kernel-default-2.6.22.9-0.4

--- Stephan Hegel wrote:

Thanks Alex,

Could you please invoke (see below)

rpm -q glib2 rpm -q gtk2

for me and send me the output ?

... and I'll try your configuration options.

Kind regards, Stephan.

Alex wrote:

Checked on openSuse 10.3 (x86_64, AMD) with last updates installed.
Work fine, without described error.
Configure options:

--prefix=/home/alex/programs/gimp --disable-default-binary --disable-python

--- Stephan Hegel wrote:

Hi,

I've got the following problem with a

self-compiled

Gimp 2.4.1 on an
openSuse 10.3 box (x86_64) when doing a simple "File->New" with no
image open before:

[prompt]/home/steve: gimp *** glibc detected *** gimp: double free or corruption (out):
0x00000000037f2e40 ***
Killed

Glib2 and Gtk2 and the development packages are

from

the distribution
itself:

[prompt]/home/steve: rpm -q glib2 glib2-2.14.1-4
[prompt]/home/steve: rpm -q gtk2
gtk2-2.12.0-5.2

Somebody out there who can reproduce this ?

Thanks & kind regards, Stephan.

Sven Neumann
2007-11-04 11:21:52 UTC (about 17 years ago)

Gimp 2.4.1 problems with openSuse 10.3

Hi,

On Fri, 2007-11-02 at 12:25 +0100, Stephan Hegel wrote:

I've got the following problem with a self-compiled Gimp 2.4.1 on an openSuse 10.3 box (x86_64) when doing a simple "File->New" with no image open before:

[prompt]/home/steve: gimp *** glibc detected *** gimp: double free or corruption (out):

There have been reports about such problems and they were caused by buggy GTK+ themes.

Sven

Sven Neumann
2007-11-04 11:24:20 UTC (about 17 years ago)

Gimp 2.4.1 problems with openSuse 10.3

Hi,

On Fri, 2007-11-02 at 13:59 +0100, Stephan Hegel wrote:

Further analysis revealed:
The problem is, that Gimp 2.4.1 tries to convert existing .gimp-2.2 resp. .gimp-2.3 directories to .gimp-2.4. This doesn't seem to be perfect. My guess (just a guess !): the templates aren't converted properly, that's why it fails when trying to open a new canvas with "File->New".

Removing all pre-existing .gimp-2.2 and .gimp-2.3 directories and letting Gimp create a brand-new .gimp-2.4 directory makes the problem disappearing.

Could you try to isolate the problem further? It would help a lot if you could show us a templaterc file from your ~/.gimp-2.2 directory and the result of the migration to gimp-2.4. This sounds like a problem that should be fixed for 2.4.2.

Sven