On Wed, Nov 22, 2000 at 09:59:00AM +1000, Stephen Mills wrote:
> I have got a core dump file, what tools can I use to
> trace the cause of this problem using the core file? I
> have tried another laptop, exactly the same (its a dell
> latitude p500 192 meg ram) and it seems to be ok.

Assuming the chkconfig binary contains debugging information -- run 'file
chkconfig' and hope that it says 'not stripped' -- you can use gdb, the binary
and the core file.

Run 'gdb /sbin/chkconfig core' and then 'bt' inside gdb will show you a
backtrace of the point at which it crashed, for example.

Cheers,
Malcolm

-- 
Malcolm Tredinnick            email: [EMAIL PROTECTED]
CommSecure Pty Ltd

PGP signature

Reply via email to