Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 70322 invoked from network); 6 Apr 2005 18:31:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Apr 2005 18:31:55 -0000 Received: (qmail 69597 invoked by uid 500); 6 Apr 2005 18:31:50 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 69530 invoked by uid 500); 6 Apr 2005 18:31:50 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 69496 invoked by uid 99); 6 Apr 2005 18:31:50 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from force-elite.com (HELO utopia.in.force-elite.com) (216.255.199.145) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 06 Apr 2005 11:31:47 -0700 X-AuthUser: chip@force-elite.com Received: from [10.0.0.142] (10.0.0.142:58935) by utopia.in.force-elite.com with [XMail 1.17 (Linux/Ix86) ESMTP Server] id for from ; Wed, 06 Apr 2005 11:31:40 -0700 Message-ID: <42542B11.1080108@force-elite.com> Date: Wed, 06 Apr 2005 11:31:45 -0700 From: Paul Querna User-Agent: Mozilla Thunderbird 1.0.2 (Macintosh/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Philip M. Gollucci" CC: dev@apr.apache.org Subject: Re: HTTP2 w/ threads on FBSD References: <425427F5.9040009@p6m7g8.com> <42542A94.8020201@force-elite.com> In-Reply-To: <42542A94.8020201@force-elite.com> X-Enigmail-Version: 0.89.6.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Paul Querna wrote: > Philip M. Gollucci wrote: > >> Hi, >> >> on my FreeBSD 6.0-current/i386 (cvsuped from 5.3-release from CDS) so >> it should be after the SMPng >> of the threading in the kernel. >> >> I built PERL 5.9.3 w/ithreads. >> APR SVN trunk with threads (1.2.0) >> and httpd2 SNV(2.1.5-dev) trunk with both prefork and worker mpms. >> >> Running either httpd gives me this >> .Fatal error 'Spinlock called when not threaded.' at line 87 in file >> /usr/src/lib/libpthread/thread/thr_spinlock.c (errno = 0) >> > > That sounds like a regression from FreeBSD, upstream, not with APR. I > am using similar versions to what you have, but with 5-STABLE (5.4rc1). > Sorry, its not a regression, it just happens when you have a program linked to *both* libpthread and libc_r. This is a problem from somewhere else in your system, look at using libmap.conf. This is not a problem with APR or HTTPD.