> On 05/11/2021 09:38 Hanns Mattes <hanns at hannsmattes.de> wrote: > > > Hi, > > Am 04.11.21 um 08:51 schrieb Aki Tuomi: > > That's in IMAP process, not in doveadm process. > > > > Can you try obtaining the core and producing gdb bt full for it? > > got coredumps from doveadm-director and imap: > > > gdb /usr/local/libexec/dovecot/imap /var/coredumps/2001.imap.core >Not sure how this is done in FreeBSD but can you try getting debug symbols somehow? Aki
Actually, this is caused by fts_autoindex_exclude issue, which has already been reported several times on the list. Aki> On 05/11/2021 09:39 Aki Tuomi <aki.tuomi at open-xchange.com> wrote: > > > > On 05/11/2021 09:38 Hanns Mattes <hanns at hannsmattes.de> wrote: > > > > > > Hi, > > > > Am 04.11.21 um 08:51 schrieb Aki Tuomi: > > > That's in IMAP process, not in doveadm process. > > > > > > Can you try obtaining the core and producing gdb bt full for it? > > > > got coredumps from doveadm-director and imap: > > > > > > gdb /usr/local/libexec/dovecot/imap /var/coredumps/2001.imap.core > > > > Not sure how this is done in FreeBSD but can you try getting debug symbols somehow? > > Aki
On 05.11.21 08:39, Aki Tuomi wrote:> Not sure how this is done in FreeBSD but can you try getting debug symbols somehow? > > Aki@Hanns: can you compile from ports and use https://wiki.freebsd.org/BenWoods/DebuggingPorts or just 'make WITH_DEBUG=yes DEBUG_FLAGS="-g -O0"' in /usr/local/mail/dovecot