Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 37618 invoked from network); 7 Jan 2005 15:11:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 7 Jan 2005 15:11:34 -0000 Received: (qmail 80418 invoked by uid 500); 7 Jan 2005 15:11:33 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 80378 invoked by uid 500); 7 Jan 2005 15:11:33 -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 80365 invoked by uid 99); 7 Jan 2005 15:11:33 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of trawick@gmail.com designates 64.233.170.202 as permitted sender) Received: from rproxy.gmail.com (HELO rproxy.gmail.com) (64.233.170.202) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 07 Jan 2005 07:11:31 -0800 Received: by rproxy.gmail.com with SMTP id z35so200735rne for ; Fri, 07 Jan 2005 07:11:29 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=QwhYTicKxbCbpxPrSs0nhEAsN2cBCJ9TdAKColrL6DqSNaZAhtPEDeCbgptCVXXxM492oqo5KL66AAAo0KPJUuguXj5wRjRGp98qOsE4sA1kRxO6sHHl60EhB/hXb4opay8enR+fBVnPHoOXFRT0WSwrO6Krt8oQ74cS/CMfeEc= Received: by 10.39.2.6 with SMTP id e6mr41668rni; Fri, 07 Jan 2005 07:11:29 -0800 (PST) Received: by 10.39.2.76 with HTTP; Fri, 7 Jan 2005 07:11:29 -0800 (PST) Message-ID: Date: Fri, 7 Jan 2005 10:11:29 -0500 From: Jeff Trawick Reply-To: Jeff Trawick To: dev@apr.apache.org Subject: Re: apr_global_mutex_create never returns In-Reply-To: <41DEA390.7050207@404ster.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <41DEA390.7050207@404ster.com> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Fri, 07 Jan 2005 06:58:24 -0800, Jeff Walter wrote: > I'm writing an Apache HTTPD module which uses apr_global_mutex_create, > only problem is the function never returns. My call looks like this: > > rv = apr_global_mutex_create((apr_global_mutex_t **) &strawtable->mutex, > c->lockFile, APR_LOCK_DEFAULT, pconf); > > lockFile is set to "/var/lib/mod_straw/mod_straw.lock". I would > appreciate any ideas as I'm completely stumped (that and Google didn't > help much). what is the backtrace? (attach with debugger)