On 23 Jul 2016, at 04:05, Alessio Cecchi <[email protected]> wrote: > > Il 15.07.2016 16:03 [email protected] ha scritto: >>> On July 12, 2016 at 4:30 PM László Károlyi <[email protected]> wrote: >>> Hey everyone, >>> I've got a weird error since I upgraded to the latest dovecot on my FreeBSD >>> box: >>> root@postfixjail /# doveadm quota recalc -u [email protected] >>> doveadm([email protected]): Error: dict-client: Commit failed: Deinit >>> fish: 'doveadm quota recalc -u xxx@…' terminated by signal SIGSEGV (Address >>> boundary error) >>> root@postfixjail /# dovecot --version >>> 2.2.25 (7be1766) > > [...] > >> Hi >> This bug is being fixed. > > Hi Aki, > > in what version of dovecot is being fixed? I still have the error: > > # dovecot --version > 2.2.25.2 (624a8f8) > > # doveadm quota recalc -u [email protected] > doveadm([email protected]): Error: dict-client: Commit failed: Deinit > > Up to version 2.2.24 working fine.
Could you get gdb backtrace? Probably just: gdb --args doveadm quota recalc -u user@domain run bt full with 2.2.25.2 you'd need the dovecot-ee-debuginfo package.
