On Fri, 17 Dec 2004, Jorge Almeida wrote: >Program received signal SIGABRT, Aborted. >0x40155f21 in kill () from /lib/libc.so.6 >(gdb) bt >#0 0x40155f21 in kill () from /lib/libc.so.6 >... >#7 0x400c393f in std::__default_alloc_template<true, >0>::_Lock::~_Lock() ()
Okay, it crashes in Lock::~Lock(). >This time, I had to kill the session with Ctrl-C, it was just hanging >there. Yes, that's normal. >Just a thought: mail is delivered to different mailboxes via procmail. >Since I thought that no locking was needed with maildirs, I didn't put >the locking ':' at the first line of procmail recipes. Could this be the >problem? It might explain why it only happens with some lists--the high >volume ones. No, mail delivery doesn't require locking; only assigning IMAP UIDs. :-) I'll look into it and see what I can find. Andy -- Andreas Aardal Hanssen | http://www.andreas.hanssen.name/gpg Author of Binc IMAP | "It is better not to do something http://www.bincimap.org/ | than to do it poorly."
