Subject Debugging UDF
Author Harriv
Hi,

I created my very first UDF with Delphi, but it crashes the Firebird
server. The function works fine under my simple console mode test
application, so there's no "simple" programming error.

I got following error message to firebird.log:

The user defined function: F_CALC_CHECKSUM
referencing entrypoint: CalcChecksum
in module: ChecksumUtil
caused the fatal exception: An exception occurred that does
not have a description. Exception number EEDFADE.
This exception will cause the Firebird server
to terminate abnormally.


How to debug further from here?