I20170126-1030
The address space was getting converted to an int and overflowing. Fixed by casting to (long) whenever a chunk number is converted to an address.
The address space was getting converted to an int and overflowing. Fixed by casting to (long) whenever a chunk number is converted to an address.