28 Jul
2009
28 Jul
'09
3:58 p.m.
On Sun, 26 Jul 2009 19:52:30 -0400 Timo Sirainen <tss@iki.fi> wrote:
On Wed, 2009-07-22 at 22:39 +0300, Nikita Koshikov wrote:
There's no -g parameter given to gcc. The emerge overrides CFLAGS by adding -march=i686 etc. stuff in there, which also removes -g parameter. Try to figure out some way to add it back.
(gdb) bt full #0 0xb7d80080 in virtual_storage_sync_init () from /usr/lib/dovecot/imap/lib20_virtual_plugin.so No symbol table info available.
Almost :) Only the virtual plugin now was missing symbols. Anyway, I think this fixes the crashes: http://hg.dovecot.org/dovecot-1.2/rev/88d4e83fcea5
Thank you, Timo. With dovecot version 1.2.2 this bug has gone away.