Hi Andreas,
Thanks for the patch. I can reproduce this bug.
I also write this test to test if separate runs ok.
Will upload it soon.
Yours,
Paul
#/bin/sh
TEMP=${AUTOPKGTEST_TMP:-${TMPDIR:-$(mktemp -d)}}
TDIR=$(mktemp -d $TEMP/test-separate-1-XX)
convert /usr/share/wallpapers/EveningGlow/c
It looks like the attached patch seems to work.--- a/separate+/src/separate-core.c
+++ b/separate+/src/separate-core.c
@@ -431,7 +431,7 @@
for (counter = 0; counter < n_drawables; ++counter)
gimp_pixel_rgn_init (&pixrgn[counter], drawables[counter], 0, 0, width, height, TRUE, FALSE);
Package: gimp-plugin-registry
Version: 9.20200927
Severity: normal
Tags: upstream
X-Debbugs-Cc: aheinl...@gmx.com
The separate+ plugin dies with a segfault when trying to run it.
(separate:22416): LibGimp-CRITICAL **: 14:10:05.069: gimp_tile_unref: assertion
'tile->ref_count > 0' failed
(separa
3 matches
Mail list logo