Bug#1023452: gimp-plugin-registry: Separate+ plugin crashes

2022-11-07 Thread Ying-Chun Liu (PaulLiu)
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

Bug#1023452: gimp-plugin-registry: Separate+ plugin crashes

2022-11-07 Thread Andreas Heinlein
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);

Bug#1023452: gimp-plugin-registry: Separate+ plugin crashes

2022-11-04 Thread Andreas Heinlein
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