jsxiao / spymemcached

Automatically exported from code.google.com/p/spymemcached
0 stars 0 forks source link

Double shutdown fails with NPE #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
java.lang.NullPointerException
       at sun.nio.ch.EPollSelectorImpl.wakeup(EPollSelectorImpl.java:170)
       at
net.spy.memcached.MemcachedConnection.shutdown(MemcachedConnection.java:472)

Original issue reported on code.google.com by dsalli...@gmail.com on 4 Mar 2008 at 12:09

GoogleCodeExporter commented 8 years ago
Interesting.  This appears to be a double-shutdown bug in Linux.  I might need 
to get
a buildbot set up.

Original comment by dsalli...@gmail.com on 4 Mar 2008 at 2:27

GoogleCodeExporter commented 8 years ago
http://github.com/dustin/java-memcached-client/commit/66eef222ddd481187a6dae96e0
0369860ac3f005

Original comment by dsalli...@gmail.com on 4 Mar 2008 at 3:43