From owner-freebsd-ports@FreeBSD.ORG Tue May 3 18:53:13 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B955A16A4CE; Tue, 3 May 2005 18:53:13 +0000 (GMT) Received: from server.t-hosting.hu (server.t-hosting.hu [217.20.133.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E15E43D1D; Tue, 3 May 2005 18:53:13 +0000 (GMT) (envelope-from gabor.kovesdan@t-hosting.hu) Received: from localhost (localhost [127.0.0.1]) by server.t-hosting.hu (Postfix) with ESMTP id 683F39976B9; Tue, 3 May 2005 20:58:17 +0200 (CEST) Received: from server.t-hosting.hu ([127.0.0.1]) by localhost (server.t-hosting.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 46592-06; Tue, 3 May 2005 20:58:16 +0200 (CEST) Received: from [80.98.207.149] (catv-5062cf95.catv.broadband.hu [80.98.207.149]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by server.t-hosting.hu (Postfix) with ESMTP id B5C4A99769C; Tue, 3 May 2005 20:58:15 +0200 (CEST) Message-ID: <4277C88C.8020509@t-hosting.hu> Date: Tue, 03 May 2005 20:53:00 +0200 From: =?ISO-8859-1?Q?K=F6vesd=E1n_G=E1bor?= User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Clement Laforet References: <4277B640.2080204@t-hosting.hu> <20050503174753.GD16723@goofy.cultdeadsheep.org> In-Reply-To: <20050503174753.GD16723@goofy.cultdeadsheep.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: amavisd-new at t-hosting.hu cc: freebsd-ports@FreeBSD.org Subject: Re: Apache2 segfault X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 May 2005 18:53:13 -0000 >I think it's a php problem, not an apache one. You have 2 choices: >1. grab a core dump and backtrace it (look at www/apache2 CVS commit >history on freshports for more details to set it up). don't forget >to recompile apache2 with WITH_DEBUG=YES. >2. comment/uncomment your php extensions in extensions.ini to find >the culpit. php.net ressource pages and -ports@ archives can help you >to find it and, maybe, tell you how to fix it. > >clem > > Thank You so much, I haven't think of that, I reinstalled mod_php4 and most of the php4 modules with in the same way and now everything looks okay, and the segfaults seem to have gone away. :) Cheers, Gábor