On Sun, 25 Jan 2026 22:17:14 +0200, Yavor Doganov wrote: > I ported gdpc to GTK 3 (#967379) but the autopkgtest fails on Salsa with: > ... > *** buffer overflow detected ***: terminated > Aborted > > I cannot reproduce on amd64 and i386 (real steel) so I would > appreciate if someone could try and provide a gdb backtrace.
As I couldn't reproduce on 4 other machines (amd64, i386, ppc64el and s390x) I decided to run the problematic test from gdb in batch mode, hoping to obtain a backtrace. Much to my regret, the test passes when run from gdb. I suggest to leave it as it is for the time being; we may get something from the official CI runners. > I believe the architecture restriction which happened in the past > due to such failures (#981876) is unjustified and all those failures > were due to this bug (or bugs). The package works perfectly fine on my scruffy AMD Duron (1300 MHz). There's nothing architecture-specific in it. There is really no good reason to exclude architectures so I've set the Architecture field back to "any" and removed that field from debian/tests/control. Would appreciate if a DD could review my changes and eventually upload the package. I'm subscribed to the PTS and will watch for failures.

