> Simon Matter wrote: >>> >>>I think Rob is right in that the heap is getting corrupted. If you're >>>running on a Linux box (which I'm sure you are), can you: >>> > Try this patch: > > Index: bc_eval.c > =================================================================== > RCS file: /afs/andrew/system/cvs/src/sieve/bc_eval.c,v > retrieving revision 1.6 > diff -u -r1.6 bc_eval.c > --- bc_eval.c 12 Jul 2004 15:52:18 -0000 1.6 > +++ bc_eval.c 29 Jul 2004 13:45:46 -0000 > @@ -975,8 +975,6 @@ > res = do_notify(notify_list, id, method, options, > priority, message); > > - free(options); > - > break; > } > case B_DENOTIFY:
Thanks, that fixed it. Updated src rpm is here http://www.invoca.ch/pub/packages/cyrus-imapd/ Simon --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html