Subject Re: [firebird-support] db corruption possibly caused by hostname change
Author Dmitry Yemanov
Nick Upson wrote:
>
> Can anyone confirm that the hostname change is a probable cause

Surely it is. The database access is synchronized via a shared lock
table which has the hostname inside its pathname. After a hostname
change new connections started to use the new lock table while priorly
active ones were still using the old lock table, hence you have a
corruption.


Dmitry