Date: Wed, 12 Jul 2006 13:52:46 +0200 From: =?ISO-8859-1?Q?G=E1bor_K=F6vesd=E1n?= <gabor@FreeBSD.org> To: Jaime <jaime@snowmoon.com> Cc: freebsd-questions@freebsd.org Subject: Re: IMAP crashing on message move Message-ID: <44B4E28E.1030107@FreeBSD.org> In-Reply-To: <6C87A72D-B79C-4B07-B14D-713A16564428@snowmoon.com> References: <6C87A72D-B79C-4B07-B14D-713A16564428@snowmoon.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Jaime wrote: > When trying to move a message from my INBOX folder to another > folder, I usually (4 out of 5?) find that the imapd process has > crashed. SquirrelMail is nice enough to tell me this: > > ERROR: Connection dropped by IMAP server. > Query: COPY 18238,18255 "mail/Trash" > > Looking in /var/log/messages, I find lines like this: > > Jul 11 21:28:47 atlas kernel: pid 81702 (imapd), uid 1001: exited on > signal 11 > > This is using FreeBSD 6.1-Stable built from sources a few days ago > and the ports for imap-uw, cclient, squirrelmail, php5-imap, etc. > built from ports updated yesterday afternoon. I've seen the above > error in /var/log/messages for a few other UIDs, too. So I know its > not just me. > > This is a new server. The old server was working OK with these > same files in /home (I moved the data over using a tar czpf > archive.tar.gz -C /home . command.) and FreeBSD 5.x and imap-uw, et. > al. built from ports as well. The most significant change that I can > find is the move from php4 to php5, but that shouldn't cause the imapd > process to fail, right? > > Any thoughts, tips, advice, etc. is greatly appreciated. > > Jaime Are you using any CFLAGS in /etc/make.conf? Signal 11 is SIGSEGV aka segmentation violation, which is often caused by unsupported optimization flags. Btw, do you use the stock compiler or something from ports? I suggest you to rebuild everything related with stock compiler and without any CFLAGS set. You can do this comfortably with portupgrade -f. Regards, Gabor
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44B4E28E.1030107>