Subject RE: [firebird-support] FB Crashing (again)
Author Alan McDonald
>
> VSOFT (Client) Tue Nov 02 09:35:26 2004
> C:\Program Files\Firebird\Firebird_1_5\bin\fbserver.exe: terminated
> abnormally (4294967295)
>
> Im getting 2-3 of these a day. Any idea what these are?
>
>

errors raised in the log are normally errors which surface from the
operating system e.g. 10054 is a network error given to FB from the Windows
OS and FB logs it.
FB exceptions start with 3 and are normally surfaced by the client so they
do not appear in the log.
This number appears to be one more than an Int32 value. (4Gb)
It suggests that a limit of some kind has been reached.
It could be disk space but is most likley to be a UDF exception of some
kind. Are you using UDFs? If so, which library are you using and what UDFs
are you using?
Alan