From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 06:45:33 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FC4016A41C for ; Mon, 18 Jul 2005 06:45:33 +0000 (GMT) (envelope-from rj45@slacknet.com) Received: from slacknet.com (slacknet.com [166.70.153.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B02C43D45 for ; Mon, 18 Jul 2005 06:45:33 +0000 (GMT) (envelope-from rj45@slacknet.com) Received: from rj45 (helo=localhost) by slacknet.com with local-esmtp (Exim 4.50 #1 (Debian)) id 1DuPNc-0001mu-A7 for ; Mon, 18 Jul 2005 00:45:32 -0600 Date: Mon, 18 Jul 2005 00:45:32 -0600 (MDT) From: RJ45 To: freebsd-questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: rj45@slacknet.com X-SA-Exim-Scanned: No (on slacknet.com); SAEximRunCond expanded to false Subject: daemon program. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2005 06:45:33 -0000 Hello, I did a daemon program which uses sendmail milter. I would like the program to make a core file when it crashes. from time to time the daemon dies and I Am not able to find out why. If I had a core file I could use the debugger. Is there any way to tell hte program to die with a core dump in FreeBSD ? thanks Rick