On Thu, Mar 19, 2009 at 2:05 PM, Andrew McGill <list2008 at lunch.za.net> wrote: > Hi Anand, > > I found two core dump in /, and did a backtrace. ?In both cases, the error > position is the abort() call in fuse-bridge.c:2583 -- > > 2583 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?ERR_ABORT (buf->data); Do you know if the system was low on memory? Have you tuned the overcommit ratio in /proc by any chance? calloc returns NULL only under dire circumstances. Avati