Comment 2 for bug 777954

Revision history for this message
Brian Aker (brianaker) wrote : Re: [Bug 777954] Re: random crash with pylibmc

Hi!

On May 5, 2011, at 6:06 AM, Thorn wrote:

> #9 memcached_server_free (self=0x0) at libmemcached/server.c:118
> #10 0xb1b21e1f in set_last_disconnected_host (ptr=0xb23300b0) at libmemcached/connect.c:479

If memcached_server_free() is called on NULL then it will crash. I'm not entirely sure how it would end up in this state, but it is easy enough to make sure this won't happen.

Do you do anything with hosts which are going offline/flapping?

Cheers,
 -Brian