Timo Sirainen wrote:
On Thu, 2011-03-17 at 14:38 +0100, Nick Rosier wrote:
# doveadm search -A body dead_beef
[1] 34789 segmentation fault doveadm search -A body dead_beef
How can I (help) troubleshoot this?
With the use of DTrace I was able to track that the last Folder it
searched was a Virtual-folder (all mails unseen). After temporarily
moving this folder and running the command again it did not sigsegv. How
can I prevent a search from trying to index Virtual-folders?
Could you get gdb backtrace?
gdb --args doveadm search -A body dead_beef
run
bt full
I assume I will have to re-install from source; FreeBSD ports strips
during install so I doubt that would be handy.
Rgds,
N.