Comment #3 on issue 331 by [email protected]:
assoc_maintenance_thread unlocks mutex without locking first
http://code.google.com/p/memcached/issues/detail?id=331
For the record, here is a one-line patch I've been using to fix this bug,
and it seems to be working well:
--- src/assoc.c 2013-11-18 13:00:26.080026394 +0200
+++ src-save/assoc.c 2013-07-03 11:27:41.113465014 +0300
@@ -203,6 +203,7 @@
static void *assoc_maintenance_thread(void *arg) {
+ slabs_rebalancer_pause();
while (do_run_maintenance_thread) {
int ii = 0;
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
---
You received this message because you are subscribed to the Google Groups "memcached" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.