[Koha-bugs] [Bug 13193] Make Memcached usage fork safe

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Sep 18 03:09:22 CEST 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13193

--- Comment #28 from David Cook <dcook at prosentient.com.au> ---
Quite the heisenbug although I'm making progress getting more reliable test
results but testing Cache::Memcached::Fast directly.

Note the \d+) is the pid of the child process. 

100
hundred
26091) akey = 100
26091) bkey = hundred
26092) akey = 100
26092) bkey = hundred
26093) akey = 100
26093) bkey = 100
26094) akey = hundred
26094) bkey = hundred
26097) akey = 100
26095) akey = 100
26095) bkey = hundred
26097) bkey = hundred
26096) akey = 100
26096) bkey = 100
26098) akey = hundred
26100) akey = hundred
26099) akey = hundred
26099) bkey = hundred
Use of uninitialized value in concatenation (.) or string at test.pl line 22.
26098) bkey =
Use of uninitialized value in concatenation (.) or string at test.pl line 22.
26100) bkey =

I'm actually quite intrigued by those undefs retrieved at the end. Those are
really rare. I'm able to get mixed up values quite regularly but a null
response... wow.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list