From owner-freebsd-current@FreeBSD.ORG Wed Aug 24 12:48:27 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 718C116A41F for ; Wed, 24 Aug 2005 12:48:27 +0000 (GMT) (envelope-from b.candler@pobox.com) Received: from leto.uk.clara.net (leto.uk.clara.net [80.168.69.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D2AE43D45 for ; Wed, 24 Aug 2005 12:48:27 +0000 (GMT) (envelope-from b.candler@pobox.com) Received: from bloodhound.noc.clara.net ([195.8.70.207]) by leto.uk.clara.net with esmtp (Exim 4.43) id 1E7ug6-000Poa-Dw; Wed, 24 Aug 2005 13:48:26 +0100 Received: from personal by bloodhound.noc.clara.net with local (Exim 4.50 (FreeBSD)) id 1E7ug8-000HyB-QL; Wed, 24 Aug 2005 13:48:28 +0100 Date: Wed, 24 Aug 2005 13:48:28 +0100 From: Brian Candler To: Nikolay Kalev Message-ID: <20050824124828.GB69017@uk.tiscali.com> References: <430C36BD.1020808@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <430C36BD.1020808@gmail.com> User-Agent: Mutt/1.4.2.1i Cc: freebsd-current@freebsd.org Subject: Re: unknown coredump ! X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Aug 2005 12:48:27 -0000 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.