Re: [sleuthkit-users] fls core
Brought to you by:
carrier
From: Brian C. <ca...@ce...> - 2003-03-25 17:43:41
|
On Tue, Mar 25, 2003 at 05:15:38PM +0100, Josep M Homs wrote: > >Also, can you run: > > > > # fls -f solaris -la -z CET -s 1 path/c0t0d0s0-root.dd > > > >Does it core? > > Yes , it does. Strange. Can you try it with out the '-l' and without the '-a' to figure out which flags are causing the core (since it does not always crash). Can you also run the a version that crashes with the '-v' flag to get some more details about where it is crashing? What platform are you running this on? Or, you can attach it to gdb and get some runtime details: 1. run 'gdb ./fls' from the bin directory 2. type 'set args -f solaris -la -z CET -s 1 path/c0t0d0s0-root.dd' 3. type 'run' 4. When it cores, type 'bt' to get the stack trace and send that output. Thanks! brian |