Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: DROLSKY [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Cache::FastMmap segfaults with files larger than 4GB or so
I'm guessing this is because all the internals are based on 32-bit integers.
Yes. I'd like to update it so everything is 64bit, but just haven't had time to work on it recently.
This was fixed in the latest version finally. Basically I went for an easy compromise for now, each page can be up to 4G (32 bit), but the overall file can be larger (64 bit).