[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: serf 1.0.0 released

From: Peter Samuelson <peter_at_p12n.org>
Date: Sat, 16 Jul 2011 17:36:37 -0500

[Blair Zajac]
> One other thing. With 0.7.2, make check passed all tests, but 1.0.0
> fails 7 tests on Mac OS X 10.6 against MacPorts' provided apr:
>
> == Running test_all ==
> FFFFFFF..........
>
> There were 7 failures:
> 1) test_serf_connection_request_create: test/test_context.c:166:
> expected <0> but was <47>

This is serf issue 78, http://code.google.com/p/serf/issues/detail?id=78.

I've seen 3 variations, 3 distinct apr errors. You get 47, I've also
seen 22 and 270002. From what I can tell, they map to:

    47, SOCEAFNOSUPPORT "Address family not supported by protocol family"
    22, SOCEINVAL "Invalid argument"
    670002, EAI_NONAME "getaddrinfo: Name or service is unknown"

This seems to have something to do with the 'localhost' test using an
IPv6 socket, when 'localhost' does not map to an IPv6 address (should
be ::1). But, given the 3 distinct errors I've seen, it's not clear to
me that it's just one bug, there may be 2 or 3 related bugs here.

-- 
Peter Samuelson | org-tld!p12n!peter | http://p12n.org/
Received on 2011-07-17 00:37:17 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.