Subject Re: [firebird-support] Internal GDS errors that cause corruption and unrecoverable databases
Author Mark Rotteveel
On Mon, 04 Mar 2013 21:06:30 -0000, "Eduardo A" <eas@...> wrote:
> Most of them
> have reported I/O errors 10054 at one time or another.

Error 10054 is a connection reset by peer, and indicates that your
application doesn't close connections properly or (not very likely) that
your network is suffering from random disconnects. It usually isn't a cause
of database corruption.

Mark