On Tue, 2011-02-22 at 12:07 +0000, Maria Arrea wrote:
gdb --args doveadm import -u ox101@us.es mdbox:/backup/bacula-restores/buzones/mysite/15/b1/ox101/ "" all
Look good.
Reading symbols from /usr/bin/doveadm...(no debugging symbols found)...done.
But this doesn't. So:
Program received signal SIGSEGV, Segmentation fault. 0x00002aaaaaada400 in ?? () (gdb) bt full #0 0x00002aaaaaada400 in ?? () No symbol table info available. #1 0x0000000000409709 in ?? () No symbol table info available. #2 0x0000000000409b37 in doveadm_mail_try_run () No symbol table info available. #3 0x000000000040dddc in main () No symbol table info available.
Unfortunately the lack of debug symbols doesn't make this very useful.
No core generated, no relevant log info in /var/log/maillog. What can I do to make a better bug report?
Compile Dovecot without stripping out debug symbols (this is the default).