Subject FB 2.0.3 terminated abnormally (4294967295)
Author kokok_kokok
Executing a script to update a database, the FB server crashes. I use
FB 2.0.3 and the problem appears just after the "CONNECT DATABASE"
statement. It seems that the "DISCONNECT DATABASE" shutdowns the server.

After the update, I disconnect and connect again the database to avoid
potential problems, but this time, it generates a new error.


The TRACE of the application is:

(...more code here...)

UPDATE OPTIONS SET VALUE=261 WHERE PROPERTY='DBVersion'

PARAMS = [ ]
----*/
/*---
COMMIT
TR_HANDLE = 1216

SECONDS = 0,015
----*/
/*---
DISCONNECT DATABASE
DB_HANDLE = 254
----*/
/*---
CONNECT DATABASE F:\MyDatabase.FDB
DB_HANDLE = 0

SECONDS = 10,000

ERRCODE = 335544741
----*/
/*---
INTERPRETE BUFFER =

ERRCODE = 27
----*/
/*---
INTERPRETE BUFFER = connection lost to database

=================================================

Seeing the LOG file, I get:


AMD (Client) Mon Dec 31 12:43:59 2007
H:\Archivos de programa\Firebird\Firebird_2_0\bin\fbserver.exe:
terminated abnormally (4294967295)


AMD (Client) Mon Dec 31 12:44:00 2007
Guardian starting: H:\Archivos de
programa\Firebird\Firebird_2_0\bin\fbserver.exe


AMD (Client) Mon Dec 31 12:44:09 2007
XNET error: Server shutdown detected


AMD (Client) Mon Dec 31 12:44:09 2007
XNET error: connection lost: another side is dead


=================================================


Do somebody have a clue? Thank you in advance