From owner-freebsd-questions Sun Nov 17 00:21:32 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA04598 for questions-outgoing; Sun, 17 Nov 1996 00:21:32 -0800 (PST) Received: from gatekeeper.barcode.co.il (gatekeeper.barcode.co.il [192.116.93.17]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id AAA04592 for ; Sun, 17 Nov 1996 00:21:22 -0800 (PST) Received: (from smap@localhost) by gatekeeper.barcode.co.il (8.7.5/8.6.12) id KAA10823; Sun, 17 Nov 1996 10:20:24 +0200 (IST) X-Authentication-Warning: gatekeeper.barcode.co.il: smap set sender to using -f Received: from localhost.barcode.co.il(127.0.0.1) by gatekeeper.barcode.co.il via smap (V1.3) id sma010821; Sun Nov 17 10:20:04 1996 Message-ID: <328ECA6E.23@barcode.co.il> Date: Sun, 17 Nov 1996 10:18:54 +0200 From: Nadav Eiron X-Mailer: Mozilla 2.02 (X11; I; SunOS 5.5 sun4m) MIME-Version: 1.0 To: Eka Kelana CC: freebsd-questions@FreeBSD.ORG Subject: Re: need help References: <328D9517.167EB0E7@werty.wasantara.net.id> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Eka Kelana wrote: > > Hi... > > I got a core dumped when my FreeBSDS system stop running a > program. > This core dumped is a file named program.core and I want to > debug this file to find out why my FreeBSD stop this program > from running. The problem is I don't know how. > I have read the FreeBSD handbook, but I couldn't find any > suitable way to do this. > Is there anyone here who can help me? > > -Eka Kelana- gdb should be of some help. Try: gdb program program.core and work on from there. Nadav