From owner-freebsd-questions Fri Nov 15 4: 3: 1 2002 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 409F137B404 for ; Fri, 15 Nov 2002 04:03:00 -0800 (PST) Received: from mail.gascom.ru (mail.gascom.ru [217.17.160.2]) by mx1.FreeBSD.org (Postfix) with SMTP id 8094343E6E for ; Fri, 15 Nov 2002 04:02:57 -0800 (PST) (envelope-from asa@gascom.ru) Received: (qmail 32096 invoked from network); 15 Nov 2002 12:01:37 -0000 Received: from asa.gascom.net.ru (192.168.100.29) by mail.gascom.ru with SMTP; 15 Nov 2002 12:01:37 -0000 Subject: Re: How can I get a core dump? From: Akifyev Sergey To: Duncan Anker Cc: freebsd-questions@freebsd.org In-Reply-To: <1037337431.11730.34.camel@duncan> References: <1037337431.11730.34.camel@duncan> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 15 Nov 2002 15:02:48 +0300 Message-Id: <1037361768.347.12.camel@asa.gascom.net.ru> Mime-Version: 1.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 2002-11-15 at 08:17, Duncan Anker wrote: > Hi folks, > > I'm trying to debug an irritating little apache module problem. > Periodically httpd is seg-faulting, so I have rebuilt it statically with > full debugging flags and no strip options in an effort to find out why. I didn't look in apache sources, but it could set rlimits on coredump size to 0 (for security reasons). Maybe you can find from where setrlimit(2) fn is called, and comment it out. Regards, Sergey To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message