ando@sys-net.it wrote:
Your problem is related to the fact that you intermixed overlay and database configuration statements, so the idletimeout statement after the accesslog overlay instantiation was causing invalid memory write (beyond the private data of the accesslog overlay instead of in the private data of the bdb database) resulting in heap corruption.
The fix in HEAD has been backported to RE23 now. (The fix for ITS#5082 needed part of this fix.)