On 7/26/21 5:40 PM, Arnaud Le-roy wrote:

Also I do not see any thread actively working with database, i.e. probably one with AV (thread 2) is such thread. And in that case problematic UDF (as always) is first candidate to raise problems. Can one confirm that w/o UDF bug does not happen?


Yes w/o UDF the bug does not happen, the bug happen only with call to UDF which the fbembeded. The same program with others protocols connections works perfectly even with UDF.

The UDF is very simple for the test program :

char     * uuid1maccompr();

char *uuid1maccompr()
{
    return 0;
}


really trivial

I don’t know if you have seen in my previous message but if I compile firebird in debug the problem does not happen.


Read, but telling true did not pay enough attention to it.
Can you provide full build process of UDF? (compiler command line, etc., may be build screen log). May be something wrong with switches...





Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to