Hello!
I work with hamsterdb 2.1.2 undo .Net 4.0 (x32). With small databases (less than 300 Mb) it works very well. But yesterday I create database with size more than 35 Gb.
And when I try to read something from this database | get error System.AccessViolationException.
As I investigate problem begins in file device_disk.h. Function read_page(Page *page).
When program try to set_data for page. The address that return function get_address in incorrect or data at this address is not correct.
Can you help me with it?