2 Nov
2006
2 Nov
'06
9:58 p.m.
On Fri, 2006-10-27 at 21:27 +0200, Hans Morten Kind wrote:
On our solaris systems we quite often sees dovecot coredump on exit when trying to free a null buffer. After including if (array->buffer == NULL) return; in array_free() in array.h these coredums have been avoided.
Well, that works but it's not exactly the correct fix..
Which process it is that crashes? Do you use any plugins?
gdb backtrace of the crash would be the best, but I guess I could try to find the problematic call manually also.