On Sun, May 11, 2025 at 11:09:20AM +0200, Paul Gevers wrote: > > The dovecot-fts-xapian upload is still pending maintainer attention on > > https://salsa.debian.org/debian/dovecot-fts-xapian/-/merge_requests/3. > > I suggested there that I'd NMU it today if I didn't hear otherwise from > > the maintainer, so expect the upload soon. > > > It seems that the autopkgtest fails consistently on i386. The log isn't all > that clear, so I didn't spot why. > > https://ci.debian.net/packages/d/dovecot-fts-xapian/testing/i386/ > https://ci.debian.net/packages/d/dovecot-fts-xapian/unstable/i386/
I'm looking into it. Dovecot-lda (one of the mail delivery components) is segfaulting within the dovecot-fts-xapian plugin. It's crashing when attempting to operate on an uninitialized structure that it receives from dovecot as part of the plugin interface. What's not yet clear is whether dovecot has not correctly initialized the datastructure or whether the plugin is failing to cope with a legitimate state. Also unclear why this is only happening on i386. Other 32-bit architectures aren't impacted. noah