Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
EEEEeEeek! 2 GeglBuffers leaked
#1
Hello!

I've installed Gimp 2.10.20 in my Ubuntu 20.04.1 LTS using Flatpak. I've written a Script-Fu which processes a given image by scaling, and applying threshold and oilify filter. The script runs successfully but in the end, I get this weird message (see attached image).

gimp-2.10: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
EEEEeEeek! 2 GeglBuffers leaked
To debug GeglBuffer leaks, set the environment variable GEGL_DEBUG to "buffer-alloc"


I've found out that this line is responsible for the warning message (I commented out everything in the code except this line, and I still get the error).

Code:
...
(let*
       (
        (image    (car (gimp-file-load RUN-NONINTERACTIVE filename-in "")))
...
...
...
))


filename-in is something like "test.jpg". Do you maybe know what it might cause it? Thanks Smile

Note: I was also getting the same warning with Gimp 2.10.18 which I had installed via PPA.


Attached Files Thumbnail(s)
   
Reply


Messages In This Thread
EEEEeEeek! 2 GeglBuffers leaked - by gounis - 09-06-2020, 02:58 PM
RE: EEEEeEeek! 2 GeglBuffers leaked - by rich2005 - 09-06-2020, 06:13 PM
RE: EEEEeEeek! 2 GeglBuffers leaked - by Ofnuts - 09-06-2020, 07:28 PM
RE: EEEEeEeek! 2 GeglBuffers leaked - by tmanni - 09-07-2020, 08:49 AM
RE: EEEEeEeek! 2 GeglBuffers leaked - by gounis - 09-07-2020, 10:44 AM

Forum Jump: