Hi folks!
I'm using gbak from Firebird 5.0.4.1812 (x64 on Windows) to backup a database with this command:
'C:\Program Files\Firebird\Firebird_5_0\gbak.exe -b "C:\SCI\banco\vsci.SDB" "C:\SCI\banco\vsci_SDB_QUI_1021.sci" -user SYSDBA -password masterkey -zip -verbint 100000 -G -D -PAR 8 -se 127.0.0.1:service_mgr'
The backup starts and runs for a while until it reaches the table TATUMUNICIPAL then it stops with ResultCode = 1. On the firebird.log file at that timestamp there is this information:
INET/inet_error: read errno = 10053, server host = 127.0.0.1, address =
127.0.0.1/3050Which suggests a crash in the engine IMHO.
When I redo the backup withou the -PAR 8 switch backup runs fine.
Also, when restoring this backup with -PAR 8 the firebird instance hangs. My only solution is supress -PAR.
This symtom algo occurs before a full backup/restore cycle. It occurs in SuperServer and Classic also.
A copy of this database can be found:
and here: