14 Jun
2005
14 Jun
'05
2:08 p.m.
On Tue, 2005-06-14 at 13:24 +0300, Jani Karlsson wrote:
similiar problems with Gentoo on AMD64, 1.0-test72.. cannot create/move/such IMAP folders. Error: denied resource overstep by requesting 17189568512 for RLIMIT_AS against limit 536870912 for /usr/local/libexec/dovecot/imap[imap:23732] uid/euid:1156/1156 gid/egid:1156/1156, parent /usr/local/sbin/dovecot[dovecot:13204] uid/euid:0/0 gid/egid:0/0
Could you attach gdb into the imap process before starting the move, and when the process gets killed it should be possible to get backtrace of it? ie.:
gdb attach pidof imap
cont
<make it crash here>
bt