Re: Strange error resolving non-existent hostname

2015-12-05 Thread Thomas Klausner
On Wed, Dec 02, 2015 at 11:51:17AM +0200, Andreas Gustafsson wrote: > Joerg Sonnenberger wrote: > > >$ telnet nosuch > > >nosuch: No address associated with hostname > > > > > > I get the above (incorrect) output on both 6.1.4 and -current. > > > > > > > Any ideas what could be the

Re: Strange error resolving non-existent hostname

2015-12-02 Thread Andreas Gustafsson
Thomas Klausner wrote: > Recently, a mercurial test has started failing for me (7.99.21/amd64): > > @@ -80,7 +80,7 @@ >$ echo 'http://does.not.exist/bundle.hg' > server/.hg/clonebundles.manifest >$ hg clone http://localhost:$HGPORT 404-url >applying clone bundle from

Re: Strange error resolving non-existent hostname

2015-12-02 Thread Joerg Sonnenberger
On Wed, Dec 02, 2015 at 10:22:48AM +0200, Andreas Gustafsson wrote: > Here's a simpler test: > >$ telnet nosuch >nosuch: No address associated with hostname > > I get the above (incorrect) output on both 6.1.4 and -current. > > > Any ideas what could be the reason for this? > > Looks

Re: Strange error resolving non-existent hostname

2015-12-02 Thread Andreas Gustafsson
Joerg Sonnenberger wrote: > >$ telnet nosuch > >nosuch: No address associated with hostname > > > > I get the above (incorrect) output on both 6.1.4 and -current. > > > > > Any ideas what could be the reason for this? > > > > Looks like a bug in NetBSD's getaddrinfo() to me. > > Linux

Strange error resolving non-existent hostname

2015-12-01 Thread Thomas Klausner
Hi! Recently, a mercurial test has started failing for me (7.99.21/amd64): @@ -80,7 +80,7 @@ $ echo 'http://does.not.exist/bundle.hg' > server/.hg/clonebundles.manifest $ hg clone http://localhost:$HGPORT 404-url applying clone bundle from http://does.not.exist/bundle.hg - error