memcached_behavior_get fails with EINPROGRESS

Bug #456080 reported by Mark Atwood
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
libmemcached
Fix Released
Undecided
Unassigned

Bug Description

Building and running make test on Ubuntu Jaunty on EC2 (ami-0d729464), fails with

lt-testapp: function.c:1707: behavior_test: Assertion `value > 0' failed.

Investigation shows that in ./libmemcached/memcached_behavior.c the code

      if (getsockopt(ptr->hosts[0].fd, SOL_SOCKET,
                     SO_SNDBUF, &sock_size, &sock_length))
        return 0; /* Zero means error */

fails, and errno is set to EINPROGRESS

Brian Aker (brianaker)
Changed in libmemcached:
status: New → Fix Committed
Brian Aker (brianaker)
Changed in libmemcached:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.