Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Aug 2005 13:48:28 +0100
From:      Brian Candler <B.Candler@pobox.com>
To:        Nikolay Kalev <nkalev@gmail.com>
Cc:        freebsd-current@freebsd.org
Subject:   Re: unknown coredump !
Message-ID:  <20050824124828.GB69017@uk.tiscali.com>
In-Reply-To: <430C36BD.1020808@gmail.com>
References:  <430C36BD.1020808@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Aug 24, 2005 at 11:58:37AM +0300, Nikolay Kalev wrote:
> I'm getting coredump of chkgrp.core and i don;t know the reason for 
> this. Any ideas or suggestions ?

$ gdb -c chkgrp.core
or
$ gdb -c chkgrp.core /usr/sbin/chkgrp

Then type 'bt' for a stack backtrace. This should tell you where it's
dumping core and why. If it was built with debugging symbols you'll find the
exact source line. This can then be reported to the program author.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050824124828.GB69017>