From owner-freebsd-current@FreeBSD.ORG Tue Aug 30 10:43:43 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DB0016A41F for ; Tue, 30 Aug 2005 10:43:43 +0000 (GMT) (envelope-from deischen@freebsd.org) Received: from mail.ntplx.net (mail.ntplx.net [204.213.176.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id B351143D49 for ; Tue, 30 Aug 2005 10:43:42 +0000 (GMT) (envelope-from deischen@freebsd.org) Received: from sea.ntplx.net (sea.ntplx.net [204.213.176.11]) by mail.ntplx.net (8.13.4/8.13.4/NETPLEX) with ESMTP id j7UAhfZf027497; Tue, 30 Aug 2005 06:43:41 -0400 (EDT) Date: Tue, 30 Aug 2005 06:43:41 -0400 (EDT) From: Daniel Eischen X-X-Sender: eischen@sea.ntplx.net To: Jiawei Ye In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS and Clam AntiVirus (mail.ntplx.net) Cc: freebsd-current@freebsd.org Subject: Re: Strange threading issue with apache2 WITH_THREADS=1 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Eischen List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Aug 2005 10:43:43 -0000 On Tue, 30 Aug 2005, Jiawei Ye wrote: > On 8/30/05, Daniel Eischen wrote: > > > try putting > > > > > > WITH_APACHE2=yes > > > WITH_MPM=worker > > > > > > in /etc/make.conf, and portupgrade apache. > > > > > > also, try some "suggestions" as described in libmap.conf(5) > > > > How about try making sure you're not using multiple thread > > libraries at the same time. After upgrading, libpthread's > > version # was bumped along with everything else. ldd(1) > > is your friend. > > > > -- > > DE > I rebuilt all my ports after the version bump, so that does not seem > to be the problem. And make sure /etc/libmap.conf isn't forcing libpthread.so.1 somewhere. -- DE