From owner-freebsd-current@FreeBSD.ORG Tue Aug 30 04:09:09 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 CDCE816A421 for ; Tue, 30 Aug 2005 04:09:09 +0000 (GMT) (envelope-from leafy7382@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DE8F43D48 for ; Tue, 30 Aug 2005 04:09:08 +0000 (GMT) (envelope-from leafy7382@gmail.com) Received: by zproxy.gmail.com with SMTP id z6so715868nzd for ; Mon, 29 Aug 2005 21:09:08 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=soWc3DwTLAvk3t0s2ryB5mEoHGQJB0vCNNT/X6g/ssbaiiRWfEEP9JZwGDL23qG5iKLs6N4FiUKzmyExLKZwj0sqbONYHpeIWXk/HGm8MJF2OPnYz4UAS0UGqJL9T4QoEeamyVXbrDKe0XAECUCSjxw02eaKZG/5YfpHjvle5Rg= Received: by 10.36.105.13 with SMTP id d13mr1436740nzc; Mon, 29 Aug 2005 21:09:08 -0700 (PDT) Received: by 10.36.88.8 with HTTP; Mon, 29 Aug 2005 21:09:08 -0700 (PDT) Message-ID: Date: Tue, 30 Aug 2005 12:09:08 +0800 From: Jiawei Ye To: Daniel Eischen In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20050829192022.GB47151@tongi.org> 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 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 04:09:09 -0000 On 8/30/05, Daniel Eischen wrote: > > try putting > > > > WITH_APACHE2=3Dyes > > WITH_MPM=3Dworker > > > > in /etc/make.conf, and portupgrade apache. > > > > also, try some "suggestions" as described in libmap.conf(5) >=20 > 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. >=20 > -- > DE I rebuilt all my ports after the version bump, so that does not seem to be the problem. Jiawei --=20 "Without the userland, the kernel is useless." --inspired by The Tao of Programming