On 7.2.2014, at 14.34, Alex Domoradov <alex....@gmail.com> wrote: > I have encountered with strange issue. When I uncomment the following line > > auth_verbose_passwords = yes > > in the /etc/dovecot/conf.d/10-logging.conf I get the following errors > > # dovecot -a > # 2.2.10: /etc/dovecot/dovecot.conf > # OS: Linux 2.6.32-431.3.1.el6.x86_64 x86_64 CentOS release 6.5 (Final) ext4 > # NOTE: Send doveconf -n output instead when asking for help. > Segmentation fault (core dumped) > > # doveconf -n > # 2.2.10: /etc/dovecot/dovecot.conf > # OS: Linux 2.6.32-431.3.1.el6.x86_64 x86_64 CentOS release 6.5 (Final) ext4 > Segmentation fault (core dumped)
gdb backtrace would be helpful: gdb --args doveconf -n run bt full I guess it's related to auth_verbose_passwords setting, but I can't immediately see why it would crash there.