From owner-freebsd-performance@FreeBSD.ORG Thu Feb 14 22:54:32 2008 Return-Path: Delivered-To: freebsd-performance@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 651FA16A418 for ; Thu, 14 Feb 2008 22:54:32 +0000 (UTC) (envelope-from bbump@rsts.org) Received: from mail.rsts.org (host-82-161-107-208.midco.net [208.107.161.82]) by mx1.freebsd.org (Postfix) with ESMTP id 3C8F513C44B for ; Thu, 14 Feb 2008 22:54:32 +0000 (UTC) (envelope-from bbump@rsts.org) Received: from mail.rsts.org (localhost [127.0.0.1]) by mail.rsts.org (8.13.6/8.12.11) with ESMTP id m1EMsVF5076311; Thu, 14 Feb 2008 15:54:31 -0700 (MST) (envelope-from bbump@rsts.org) Received: from localhost (bbump@localhost) by mail.rsts.org (8.13.6/8.12.11/Submit) with ESMTP id m1EMsVeb076308; Thu, 14 Feb 2008 15:54:31 -0700 (MST) (envelope-from bbump@rsts.org) X-Authentication-Warning: mail.rsts.org: bbump owned process doing -bs Date: Thu, 14 Feb 2008 15:54:31 -0700 (MST) From: Brett Bump To: Guy Helmer In-Reply-To: <47B4C19F.6000900@palisadesys.com> Message-ID: <20080214154528.N75492@mail.rsts.org> References: <20080214114759.R75215@mail.rsts.org> <47B49A16.1080103@FreeBSD.org> <20080214131026.Y75492@mail.rsts.org> <47B4C19F.6000900@palisadesys.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-performance@freebsd.org Subject: Re: System perforamance 4.x vs. 5.x and 6.x X-BeenThere: freebsd-performance@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Performance/tuning List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Feb 2008 22:54:32 -0000 On Thu, 14 Feb 2008, Guy Helmer wrote: > Brett Bump wrote: > > [Thu Feb 14 09:59:23 2008] [notice] child pid 43464 exit signal Abort trap (6) > > httpd in malloc(): error: recursive call > > [Thu Feb 14 10:07:34 2008] [notice] child pid 85706 exit signal Abort trap (6) > > httpd in free(): error: recursive call > > [Thu Feb 14 10:48:39 2008] [notice] child pid 45621 exit signal Abort trap (6) > > httpd in free(): error: recursive call > > > Do you have a mix of modules that are both multi-threaded and > single-threaded loaded in Apache? > > I'm not sure what else could be a root cause for this particularly nasty > problem. > > Guy > > -- > Guy Helmer, Ph.D. > Chief System Architect > Palisade Systems, Inc. > Running apache_1.3.37 with php5 (about as generic as I can get). Here is the php extensions.ini file: extension=ctype.so extension=dom.so extension=ftp.so extension=gd.so extension=gettext.so extension=iconv.so extension=pcre.so extension=zlib.so extension=pdo.so extension=posix.so extension=session.so extension=simplexml.so extension=sqlite.so extension=tokenizer.so extension=xml.so extension=xmlreader.so extension=xmlwriter.so extension=mysql.so extension=imap.so extension=sockets.so On Thu, 14 Feb 2008, Steven Hartland wrote: > Are you running any php on your machine? If so did you upgrade php as > well from say 5.1.x => 5.2.x and make use of open_basedir is so > the following thread may be interest:- > PHP with open_basedir performance problem > > Regards > Steve NO---That I did not do. I installed 5.1 directly from 6.2 ports. I also have another server running php5.1 however it is running apache2.2 so this might be something I can check (heading there now...thanks). Brett