Re: [sleuthkit-users] more crashes
Brought to you by:
carrier
|
From: Gary F. <ga...@in...> - 2006-08-25 16:01:16
|
Brian Carrier wrote (in part): > > I thought I was handling corrupt path and file name info, but I'll check > it out in more detail today. Running with the debug version of malloc/free might be worth a shot: Setting the environment variable MALLOC_CHECK_=2 will do that on modern glibc based implmentations of malloc(). |