From owner-freebsd-questions Sun May 25 20:15:17 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id UAA23963 for questions-outgoing; Sun, 25 May 1997 20:15:17 -0700 (PDT) Received: from d2si.com (macbeth.d2si.com [206.8.31.2]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA23958 for ; Sun, 25 May 1997 20:15:14 -0700 (PDT) Received: (from alec@localhost) by d2si.com (8.8.5/8.8.5) id WAA14546; Sun, 25 May 1997 22:15:06 -0500 (CDT) From: Alec Kloss Message-Id: <199705260315.WAA14546@d2si.com> Subject: Re: Core dumps Addenum In-Reply-To: from recal at "May 25, 97 09:52:28 pm" To: recal@europa.humberc.on.ca (recal) Date: Sun, 25 May 1997 22:15:06 -0500 (CDT) Cc: FREEBSD-QUESTIONS@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk recal is responsible for: > Ok well i'm now sure that the limits is more then 0 (its set to 10240 or > 10megs :). What i have been able to figure out is that: > > 1. Its a segmentation fault that i keep getting with this specific > application and no core dumps are occuring. > > 2. That in sysconfig i have savecore and dumpdev both set to no (does this > have any relevance?) > > Many thanks in advance. > Checking up on dumpdev and savecore in /etc/sysconfig, it appears that they only apply to kernel crashes, not to applications. If your problem is with just a single application, probably the writers did it on purpose. Core dumps can be a big security problem so it is not uncommon for applications to skip creating them if they crash. You'll have to check the application's documentation to see if there is a way to enable the core dumps or to get some form of contact to check out your problem.