NetBSD Problem Report #49593
From www@NetBSD.org Tue Jan 20 23:58:47 2015
Return-Path: <www@NetBSD.org>
Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66])
(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
(Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK))
by mollari.NetBSD.org (Postfix) with ESMTPS id A2BFDA57FE
for <gnats-bugs@gnats.NetBSD.org>; Tue, 20 Jan 2015 23:58:47 +0000 (UTC)
Message-Id: <20150120235846.7DB89A6552@mollari.NetBSD.org>
Date: Tue, 20 Jan 2015 23:58:46 +0000 (UTC)
From: Garrett Cooper <yaneurabeya@gmail.com>
Reply-To: Garrett Cooper <yaneurabeya@gmail.com>
To: gnats-bugs@NetBSD.org
Subject: lib/libpthread/t_resolv:resolv
X-Send-Pr-Version: www-1.0
>Number: 49593
>Category: bin
>Synopsis: lib/libpthread/t_resolv:resolv
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: bin-bug-people
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Wed Jan 21 00:00:00 +0000 2015
>Last-Modified: Wed Jan 21 07:52:40 +0000 2015
>Originator: yaneurabeya@gmail.com
>Release: n/a
>Organization:
EMC / Isilon Storage Division
>Environment:
FreeBSD fuji-stable-10.local 10.1-STABLE FreeBSD 10.1-STABLE #11 r276486: Wed Dec 31 17:40:39 PST 2014 ngie@fuji-stable-10.local:/usr/obj/usr/src.svn/sys/FUJI amd64
>Description:
I've seen resolve_test fail once before on FreeBSD CURRENT and 10-STABLE with the following error (from kyua report-html):
<h2>Standard error</h2>
<pre>h_resolv: Error: host centaurus.4web.cz ask 2 got 1
</pre>
I hit it once before in the past in 11/07/2014, and hit it today with the same host and output.
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
From: christos@zoulas.com (Christos Zoulas)
To: gnats-bugs@NetBSD.org, gnats-admin@netbsd.org, netbsd-bugs@netbsd.org
Cc:
Subject: Re: bin/49593: lib/libpthread/t_resolv:resolv
Date: Tue, 20 Jan 2015 19:06:23 -0500
On Jan 21, 12:00am, Garrett@NetBSD.org (Garrett@NetBSD.org,Cooper@NetBSD.org) wrote:
-- Subject: bin/49593: lib/libpthread/t_resolv:resolv
| >Number: 49593
| >Category: bin
| >Synopsis: lib/libpthread/t_resolv:resolv
| >Confidential: no
| >Severity: non-critical
| >Priority: low
| >Responsible: bin-bug-people
| >State: open
| >Class: sw-bug
| >Submitter-Id: net
| >Arrival-Date: Wed Jan 21 00:00:00 +0000 2015
| >Originator: yaneurabeya@gmail.com
| >Release: n/a
| >Organization:
| EMC / Isilon Storage Division
| >Environment:
| FreeBSD fuji-stable-10.local 10.1-STABLE FreeBSD 10.1-STABLE #11 r276486: Wed Dec 31 17:40:39 PST 2014 ngie@fuji-stable-10.local:/usr/obj/usr/src.svn/sys/FUJI amd64
| >Description:
| I've seen resolve_test fail once before on FreeBSD CURRENT and 10-STABLE with the following error (from kyua report-html):
|
| <h2>Standard error</h2>
|
| <pre>h_resolv: Error: host centaurus.4web.cz ask 2 got 1
|
| </pre>
|
| I hit it once before in the past in 11/07/2014, and hit it today with the same host and output.
It means that getaddrinfo() failed once to resolve that host.
The test picks hosts to resolve from a host list randomly, so it
might try the same host more than once. We can make print more information
(keep the error return from getaddrinfo()), but it is not worth it. Perhaps
you have a flakey internet connection?
christos
>Unformatted:
(Contact us)
$NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2014
The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.