24 Sep
2008
24 Sep
'08
9:29 a.m.
On Sep 24, 2008, at 7:23 AM, Frank Wang wrote:
- service dovecot restart
init.d scripts may override the ulimit -c setting. It might work if
you instead just run "dovecot".
Another possibility would be to attach gdb to the running dovecot-auth
process:
gdb -p dovecot-auth
cont
<wait for crash>
bt full