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

Gimp from git: curves crashes on image files larger than 2400x2400

This discussion is connected to the gimp-developer-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.

3 of 3 messages available
Toggle history

Please log in to manage your subscriptions.

Gimp from git: curves crashes on image files larger than 2400x2400 Elle Stone 28 Sep 17:02
  Gimp from git: curves crashes on image files larger than 2400x2400 Ville Sokk 28 Sep 18:56
   Gimp from git: curves crashes on image files larger than 2400x2400 Elle Stone 28 Sep 19:47
Elle Stone
2012-09-28 17:02:09 UTC (about 12 years ago)

Gimp from git: curves crashes on image files larger than 2400x2400

When using Gimp from git (updated today, no modifications), curves crashes on images much larger than 2400x2400px. A 2432x2432px image doesn't crash, but a 2448x2448px image does crash. Gimp simply freezes up and stops. Image type (jpeg, png, tif) doesn't matter. Bit depth doesn't matter. Whether or not color management is enabled doesn't matter.

The only terminal output (generated whether or not the image is large enough to cause a crash) is:

(gimp-2.9:9896): GEGL-gegl-tile-backend-file-async.c-WARNING **: leaking all entries in GeglTileBackendFile->index

(gimp-2.9:9896): GEGL-gegl-tile-backend-file-async.c-WARNING **: leaking all entries in GeglTileBackendFile->index

Gimp 2.8 (compiled from source before the latest Gimp 2.8 release) doesn't have this problem.

Kind regards, Elle Stone

Ville Sokk
2012-09-28 18:56:50 UTC (about 12 years ago)

Gimp from git: curves crashes on image files larger than 2400x2400

Hi. It was my fault in GEGL again. Try pulling and building GEGL master again.

On Fri, Sep 28, 2012 at 8:02 PM, Elle Stone wrote:

When using Gimp from git (updated today, no modifications), curves crashes on images much larger than 2400x2400px. A 2432x2432px image doesn't crash, but a 2448x2448px image does crash. Gimp simply freezes up and stops. Image type (jpeg, png, tif) doesn't matter. Bit depth doesn't matter. Whether or not color management is enabled doesn't matter.

Elle Stone
2012-09-28 19:47:30 UTC (about 12 years ago)

Gimp from git: curves crashes on image files larger than 2400x2400

Thanks! That fixed it!
Elle

On 9/28/12, Ville Sokk wrote:

Hi. It was my fault in GEGL again. Try pulling and building GEGL master again.

On Fri, Sep 28, 2012 at 8:02 PM, Elle Stone wrote:

When using Gimp from git (updated today, no modifications), curves crashes on images much larger than 2400x2400px. A 2432x2432px image doesn't crash, but a 2448x2448px image does crash. Gimp simply freezes up and stops. Image type (jpeg, png, tif) doesn't matter. Bit depth doesn't matter. Whether or not color management is enabled doesn't matter.