On Thu, 2010-09-16 at 21:40 +0400, Vasiliy Shokov wrote: > #7 0x0014d9bd in mailbox_list_get_path () from > /usr/lib/dovecot/libdovecot-storage.so.0 > No symbol table info available. .. > > (If it doesn't print the name, try a different number to "fr", it's the > > mailbox_list_is_valid_pattern frame in the bt.) > > > > I didn't see this pattern in dump. Sorry, I'm not good in C/C++.
Yeah, the problem is that the binaries are stripped out of debug symbols. Can you compile non-stripped ones? (It's the default, so how are you compiling Dovecot anyway?)
