Doveadm error
Timo Sirainen
tss at iki.fi
Sun Jul 24 22:03:54 UTC 2016
On 23 Jul 2016, at 04:05, Alessio Cecchi <alessio at skye.it> wrote:
>
> Il 15.07.2016 16:03 aki.tuomi at dovecot.fi ha scritto:
>>> On July 12, 2016 at 4:30 PM László Károlyi <laszlo at karolyi.hu> wrote:
>>> Hey everyone,
>>> I've got a weird error since I upgraded to the latest dovecot on my FreeBSD box:
>>> root at postfixjail /# doveadm quota recalc -u xxx at xxx.com
>>> doveadm(xxx at xxx.com): Error: dict-client: Commit failed: Deinit
>>> fish: 'doveadm quota recalc -u xxx@…' terminated by signal SIGSEGV (Address boundary error)
>>> root at 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 alessio at skye.it
> doveadm(alessio at skye.it): 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 at domain
run
bt full
with 2.2.25.2 you'd need the dovecot-ee-debuginfo package.
More information about the dovecot
mailing list