From owner-freebsd-questions@FreeBSD.ORG Sat Oct 3 17:38:47 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D972F1065679 for ; Sat, 3 Oct 2009 17:38:47 +0000 (UTC) (envelope-from aaflatooni@yahoo.com) Received: from web56202.mail.re3.yahoo.com (web56202.mail.re3.yahoo.com [216.252.110.211]) by mx1.freebsd.org (Postfix) with SMTP id 7FFD48FC19 for ; Sat, 3 Oct 2009 17:38:47 +0000 (UTC) Received: (qmail 33785 invoked by uid 60001); 3 Oct 2009 17:38:47 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1254591527; bh=KgjllrfdKhyTFVLk8sIvE54gT2DvJO2+SMYrqN9C7t8=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=DR92i2KX7dfPi9StLmix+LXyssVF9exKAgvEdRq4PaVYjUXQqg/Lbar1skRn7RgodPLjYBSSJ9uKLx6PAkkw+NT4jy/K8uM8gjyESH2z+Ddest9zubL1WVy9oeR2q/MKTyuOMP0SmBZgtNfNZCximpmtkhKptOglFEqgB0j2ofE= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=aXTcSuE6jTgCGgdjO5lu3PfxWdncAIO70B04aKOIw/AH5mjTA4MJM8zeZXfmT5wbG4cwit8t8GJ5HXXeySZ5MpvFeAFw1NDEC98hdtRc+GEPg26rp1VoZbd0BxsGKEhLen+dmzhkaauLyd6eHmXL0aTEyum3X7pSIYf1L184Vms=; Message-ID: <11016.32541.qm@web56202.mail.re3.yahoo.com> X-YMail-OSG: bCY4Pk8VM1kXSa9lf52RraP4ZPPcfAAHiUXGkBCinvyo6ddGbodCKgCg4zFpE__fueDGPkNzpjRltnNXtURX8TieCq9MZQvbK_cp15Bo.b9_DcyaRy6HfUE_Tug4YEOjA3donIk897cCNHG2JsOg57359nMEYPER7qTqbEl6.I4JQbzFNBAxTay3iEsOhjs.umROWUz.Ci4WWktfGSyFtdd5i9H.EGtgPaaUbRgnlgIQP1zwgBfSWq0RigoAl9EAljtS8lX8tg8VzGMs4cfMwCMqRM0_wE_y5w_RsH5RlGGd0GSZ4QZ0gBV37LTjT7RiLQrI4O9r2TUWrH4b433bS3duPdxGaUvpxGuvZ4T6p8_YFJFObaV0552.G9UIeaNZgKzJsNc3JgW2_A.Bku4N Received: from [67.204.54.15] by web56202.mail.re3.yahoo.com via HTTP; Sat, 03 Oct 2009 10:38:46 PDT X-Mailer: YahooMailRC/157.18 YahooMailWebService/0.7.347.3 References: <35656.54290.qm@web56206.mail.re3.yahoo.com> <44ocoo4eus.fsf@lowell-desk.lan> Date: Sat, 3 Oct 2009 10:38:46 -0700 (PDT) From: Aflatoon Aflatooni To: freebsd-questions@freebsd.org In-Reply-To: <44ocoo4eus.fsf@lowell-desk.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: Apache20 port on FreeBSD 7.2 does a core dump 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: Sat, 03 Oct 2009 17:38:47 -0000 > Aflatoon Aflatooni writes:=0A> =0A> > I am getting a lot of core dumps an= d Apache20 freezing.=0A> > I have installed the porting using the following= make:=0A> >=0A> > make WITHOUT_MODULES=3D"ssl status speling imap auth_dbm= auth_digest dav dav_fs =0A> cern_meta cgi include" install=0A> >=0A> > any= suggestions as to how I might find out what is causing the problem and the= =0A> core dumps.=0A> =0A> The first thing I'd try is re-including the excl= uded modules.=0A> If you no longer get the crashes, you can start narrowing= in on which=0A> one is involved.=A0 If you still get the crashes, you'll h= ave to start=0A> looking at the core files.=0A> =0A> I'm assuming you're no= t used to using a debugger on a core file, =0A> on the theory that you woul= d have done that already if you were=0A> comfortable with it.=0A> =0A=0AI o= riginally had them included and I was getting the core dumps, but I removed= them because I don't need them and I am still getting the core dumps.=0A= =0AThis is a production box and it would be hard to have debugger turned on= .=0AI don't know if it would be helpful, but PHP is also really slow on thi= s machine. I know that PHP would cause a dump in the php.core file and not = apache.core.=0A=0AHow do I inspect the core file to find out which module c= aused it?=0A=0AThanks=0A=0A=0A