29 Nov
2012
29 Nov
'12
8:48 a.m.
On 28.11.2012, at 18.54, Metro Domain Admin wrote:
I could use some help with a corrupt mdbox. doveadm force-resync is crashing (see below), but I really need just to get this account functioning. What's my next step, as far as deleting index files?
gdb backtrace would be helpful in fixing the crash. http://dovecot.org/bugreport.html
Probably you can do simply:
gdb --args /opt/dovecot/bin/doveadm -Dv force-resync -u cory INBOX run bt full
or if that doesn't work (or simply gives "??" lines or other unusable garbage), try:
ulimit -c unlimited /opt/dovecot/bin/doveadm -Dv force-resync -u cory INBOX gdb /opt/dovecot/bin/doveadm core bt full
Also the just released v2.1.11 fixes some potential crashes.