Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 87581 invoked from network); 6 Jun 2007 23:41:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Jun 2007 23:41:06 -0000 Received: (qmail 95934 invoked by uid 500); 6 Jun 2007 23:41:09 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 95881 invoked by uid 500); 6 Jun 2007 23:41:09 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 95866 invoked by uid 99); 6 Jun 2007 23:41:09 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Jun 2007 16:41:09 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of jorton@redhat.com designates 66.187.233.31 as permitted sender) Received: from [66.187.233.31] (HELO mx1.redhat.com) (66.187.233.31) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Jun 2007 16:41:03 -0700 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.1/8.13.1) with ESMTP id l56Nec9U019654 for ; Wed, 6 Jun 2007 19:40:38 -0400 Received: from radish.cambridge.redhat.com (radish.cambridge.redhat.com [172.16.18.90]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l56NecU1009054 for ; Wed, 6 Jun 2007 19:40:38 -0400 Received: from localhost ([127.0.0.1] helo=radish.cambridge.redhat.com) by radish.cambridge.redhat.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.62) (envelope-from ) id 1Hw57F-0007xq-P5 for dev@apr.apache.org; Thu, 07 Jun 2007 00:40:37 +0100 Received: (from jorton@localhost) by radish.cambridge.redhat.com (8.13.8/8.13.8/Submit) id l56NebcT030617 for dev@apr.apache.org; Thu, 7 Jun 2007 00:40:37 +0100 Date: Thu, 7 Jun 2007 00:40:37 +0100 From: Joe Orton To: dev@apr.apache.org Subject: Re: getaddrinfo on Ubuntu Message-ID: <20070606234037.GC18044@redhat.com> Mail-Followup-To: dev@apr.apache.org References: <466650B1.4060203@rowe-clan.net> <4d45da050706060140v73014bdr9784afab278526bd@mail.gmail.com> <4d45da050706060439n45645cbexd5aaf6389df6ceb8@mail.gmail.com> <4d45da050706060806u645e636q4124f1d0c02cfbea@mail.gmail.com> <20070606185610.GA18044@redhat.com> <466706A3.6000002@haxent.com.br> <4d45da050706061257ueb6940ka4553a5f83bfd156@mail.gmail.com> <20070606211840.GB18044@redhat.com> <46672FF8.4040001@haxent.com.br> <014FF1D3-92FB-422A-8901-CB9A0A8C2572@haxent.com.br> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <014FF1D3-92FB-422A-8901-CB9A0A8C2572@haxent.com.br> User-Agent: Mutt/1.4.2.1i Organization: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SL4 1TE, United Kingdom. Registered in UK and Wales under Company Registration No. 03798903 Directors: Michael Cunningham (USA), Brendan Lane (Ireland), Matt Parson (USA), Charlie Peters (USA) X-Virus-Checked: Checked by ClamAV on apache.org On Wed, Jun 06, 2007 at 08:15:49PM -0300, Davi Arnaut wrote: > Same machine, now with -n: Thanks. Was the last line omitted from the results for Solaris which you posted, or was it really a NULL result list? I don't think this provides any reason to change the APR resolver code. Ubuntu systems may be a bit schizophrenic about whether ::1 exists, depending on whether your app uses AI_ADDRCONFIG or not, but it seems to be by design. The testsockets.c problem is certainly not new, I don't see why it should block a release. That code has always been pretty fragile. joe