Re: [firebird-support] Firebird 2.5 crashing after calling UDF

2011-10-21 Thread Tomasz Tyrakowski
Hi, Could you post the source of just a single function from your C code that crashes the server when called from an SQL statement, the exact command line you use to compile the UDF, and the declaration of the UDF in the database (DECLARE EXTERNAL FUNCTION ...)? I might be able to make some qu

[firebird-support] Firebird 2.5 crashing after calling UDF

2011-10-20 Thread sir_wally_lewis
Hi, we are trying to get a linux version ( 64 bit ) of firebird 2.5 running. We have tried CentOS 6 and Fedora 15. OS = CentOS 6 kernel 2.6.32-71.29.1.el6.x86_64 #1 SMP Firebird = FirebirdCS-2.5.1.26351-0.amd64.rpm We compile our code in both "C" and "Pascal" ( lazarus ). This is the same "C"