Skip Menu |

This queue is for tickets about the Cache-FastMmap CPAN distribution.

Report information
The Basics
Id: 32895
Status: resolved
Priority: 0/
Queue: Cache-FastMmap

People
Owner: Nobody in particular
Requestors: marko.hrcek [...] siol.net
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in:
  • 1.23
  • 1.24
Fixed in: (no value)



Subject: multi_set problem in 1.23 and 1.24
multi_set method is broken in 1.23/24 (missing expire_seconds parameter in fc_write call) The error message is: Usage: Cache::FastMmap::CImpl::fc_write(obj, hash_slot, key, val, expire_seconds, in_flags) at /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/Cache/FastMmap.pm line 959.
I've just uploaded 1.25 which should fix this, and includes a basic test in t/1.t to see that multi_set doesn't obviously completely break in the future.