Hi,
We're running BerkeleyDB (libdb-4.4.so) on FreeBSD 11.2. The same lib was working fine on FreeBSD10.4. We compiled it on FreeBSD11.2. But, it gives Database corruption error intermittently.
We're using a python application that stores and reads information from the DB using the bsddb3 wrapper.
This app is the only writer, though there are multiple readers - so, concurrent writes are not a problem.
Could there be any change in FreeBSD11.2 with respect to FreeBSD10.4 that could cause this corruption?
Thanks
We're running BerkeleyDB (libdb-4.4.so) on FreeBSD 11.2. The same lib was working fine on FreeBSD10.4. We compiled it on FreeBSD11.2. But, it gives Database corruption error intermittently.
We're using a python application that stores and reads information from the DB using the bsddb3 wrapper.
This app is the only writer, though there are multiple readers - so, concurrent writes are not a problem.
Could there be any change in FreeBSD11.2 with respect to FreeBSD10.4 that could cause this corruption?
Thanks