On Mon, 2026-01-12 at 13:54 +0100, Jochen Sprickerhof wrote: > This seems to depend on the number of CPUs in the system and I can > reproduce it on Debian stable with: > > git clone https://salsa.debian.org/debian/chafa.git > cd chafa > sed -i 's/g_atomic_int_get.*/24;/' chafa/chafa-features.c > sbuild -d sid --arch=i386 --no-source \ > --dpkg-source-opts="-Zgzip -z1 --format=1.0 -sn" \ > --chroot-mode=unshare --no-clean-source
Thanks, that was the missing piece of information I needed. I'd tried on i386 and with different CPU counts, but not in combination. It came down to a floating-point issue that only manifests on i386 builds. The 1.18.1 release will have the fix, hopefully later this month. -- Hans Petter

