From owner-freebsd-ports@FreeBSD.ORG Tue May 17 20:39:42 2011 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 83F6C106564A for ; Tue, 17 May 2011 20:39:42 +0000 (UTC) (envelope-from christer.solskogen@gmail.com) Received: from mail-vx0-f182.google.com (mail-vx0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id 371358FC17 for ; Tue, 17 May 2011 20:39:42 +0000 (UTC) Received: by vxc34 with SMTP id 34so903950vxc.13 for ; Tue, 17 May 2011 13:39:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=tKRfayLt/D5XXBOy9u7ejj21hSwlX6K0fiYp7ixSdfw=; b=PqhFYQesuG/esmCpUi5GG3AlTi7UYIHA1sQtQKnlpAh7Ysm81p7nYVsbGTbAxhO4A0 sGp6F8Pp0kR9rQNE2REkV4mTsVsE7JvPzs3Zyff10qvo7d7TKa6Fnysh2ruacSiblIFX 09jOIXLof7eGr3l/mtTSwhlGAhF1kmR8WT4xw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=mhK4O1lvDfQBeygRR7s6Y58AQysUYDfIe6Ov1/t1fgcTwljpBIdcr13gt/p/K7Jo3G DATw8lcmTSalERFipAGzNCirCC55VpCjoYOB+Y4GtmOSTndjsA98Xst9qgKitfBrQHRl E3YGxXrZACSzTm0yaQk2Q88BI1Hs6tvELDX6U= Received: by 10.52.182.35 with SMTP id eb3mr1516315vdc.69.1305663007088; Tue, 17 May 2011 13:10:07 -0700 (PDT) MIME-Version: 1.0 Received: by 10.52.111.196 with HTTP; Tue, 17 May 2011 13:09:47 -0700 (PDT) In-Reply-To: <20110517185143.GC1321@procyon.xvoid.org> References: <1305656249.1822.5.camel@mjakubik-laptop> <20110517185143.GC1321@procyon.xvoid.org> From: Christer Solskogen Date: Tue, 17 May 2011 22:09:47 +0200 Message-ID: To: Yuri Pankov Content-Type: text/plain; charset=ISO-8859-1 Cc: ports@freebsd.org, Mike Jakubik , apache@freebsd.org Subject: Re: FreeBSD Port: devel/apr1 (1.4.4 breaks apache22) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 May 2011 20:39:42 -0000 On Tue, May 17, 2011 at 8:51 PM, Yuri Pankov wrote: > On Tue, May 17, 2011 at 02:17:29PM -0400, Mike Jakubik wrote: >> Hello, >> >> I just updated my apache22 from 2.2.17 to 2.2.18, this update also >> updated apr1 from 1.4.2 to 1.4.4. After restarting my web server i was >> not able to connect to anything. The logs did not show anything wrong >> but apache was taking up 100% cpu on all processes and the system load >> was steadily going up. Reverting back to apache 2.2.17 did not help, >> only solution was to downgrade apr1 to 1.4.2. I am running this on >> freebsd 7.4. > > Just for the record: > > apr-ipv6-devrandom-db48-1.4.4.1.3.11 > apache-2.2.18 > > seem to work fine for me on 8.2-RELEASE/amd64 (Apache/2.2.18 (FreeBSD) > mod_ssl/2.2.18 OpenSSL/0.9.8q DAV/2 SVN/1.6.16 Server). > Works for me as well. I would try to disable some third party apache modules if he has them enabled. A wild guess would be Subversion. And if it is Subversion which causes this, recompile it. -- chs,