[Dovecot] Segmentation Fault in doveadm move under Solaris 10
Timo Sirainen
tss at iki.fi
Wed Apr 27 17:38:20 EEST 2011
On 27.4.2011, at 17.03, Jürgen Obermann wrote:
> # doveadm -v -f flow move -u g033 test-aus mailbox test-ein all
> Segmentation Fault
Can you get gdb backtrace?
gdb --args doveadm -v ...
run
bt full
Or if that doesn't produce valid output:
ulimit -c unlimited
doveadm -v ...
gdb doveadm core
bt full
If you don't have gdb, I guess dbx backtrace works too, but I'm not entirely sure how that thing works.
More information about the dovecot
mailing list