Re: [Firebird-devel] Thread about Jaybird / Firebird Embedded crash on firebird-java

2021-07-26 Thread Adriano dos Santos Fernandes
On 26/07/2021 11:51, Arnaud Le-roy wrote: > >> 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… > > *java@debian*:*~/crash*$ cat

Re: [Firebird-devel] Thread about Jaybird / Firebird Embedded crash on firebird-java

2021-07-26 Thread Arnaud Le-roy
>> char *uuid1maccompr() > > I wonder how this UDF is declared in the database… > DECLARE EXTERNAL FUNCTION F_UUID1MACCOMPR RETURNS CSTRING(22) FREE_IT ENTRY_POINT 'uuid1maccompr' MODULE_NAME 'FreeAdhocUDF’; I have try w/o FREE_IT same behavior Firebird-Devel mailing list, web interface

Re: [Firebird-devel] Thread about Jaybird / Firebird Embedded crash on firebird-java

2021-07-26 Thread Dimitry Sibiryakov
26.07.2021 16:51, Arnaud Le-roy wrote: char *uuid1maccompr() I wonder how this UDF is declared in the database... -- WBR, SD. Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel

Re: [Firebird-devel] Thread about Jaybird / Firebird Embedded crash on firebird-java

2021-07-26 Thread Arnaud Le-roy
> 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… java@debian:~/crash$ cat uuid_functions.h char * uuid1maccompr(); java@debian:~/crash$

Re: [Firebird-devel] Thread about Jaybird / Firebird Embedded crash on firebird-java

2021-07-26 Thread Alex Peshkoff via Firebird-devel
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?

Re: [Firebird-devel] Thread about Jaybird / Firebird Embedded crash on firebird-java

2021-07-26 Thread Arnaud Le-roy
> 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

Re: [Firebird-devel] Thread about Jaybird / Firebird Embedded crash on firebird-java

2021-07-26 Thread Alex Peshkoff via Firebird-devel
On 7/24/21 12:23 PM, Arnaud Le-roy wrote: Hi, This is the complete gdb logs : >20 frames in a thread without any debug info... nice bug. Must say that firebird sometimes can create such traces w/o debug info - this happens when provider is unloaded (by mistake, certainly) in the middle of

Re: [Firebird-devel] Thread about Jaybird / Firebird Embedded crash on firebird-java

2021-07-25 Thread Paul Beach
Mark, > On 23-07-2021 10:26, Mark Rotteveel wrote: > > On 23-07-2021 10:06, Vlad Khorsun wrote: > >> 23.07.2021 10:50, Mark Rotteveel wrote: > >>> Hi, > >>> > >>> Last week a question was asked on firebird-java regarding a JVM crash > >>> on Linux when Firebird Embedded is used in combination

Re: [Firebird-devel] Thread about Jaybird / Firebird Embedded crash on firebird-java

2021-07-24 Thread Mark Rotteveel
On 23-07-2021 10:26, Mark Rotteveel wrote: On 23-07-2021 10:06, Vlad Khorsun wrote: 23.07.2021 10:50, Mark Rotteveel wrote: Hi, Last week a question was asked on firebird-java regarding a JVM crash on Linux when Firebird Embedded is used in combination with a UDF, but to be honest, I have

Re: [Firebird-devel] Thread about Jaybird / Firebird Embedded crash on firebird-java

2021-07-23 Thread Mark Rotteveel
On 23-07-2021 10:06, Vlad Khorsun wrote: 23.07.2021 10:50, Mark Rotteveel wrote: Hi, Last week a question was asked on firebird-java regarding a JVM crash on Linux when Firebird Embedded is used in combination with a UDF, but to be honest, I have no clue what to look for. I have been able

Re: [Firebird-devel] Thread about Jaybird / Firebird Embedded crash on firebird-java

2021-07-23 Thread Alex Peshkoff via Firebird-devel
On 7/23/21 10:50 AM, Mark Rotteveel wrote: Hi, Last week a question was asked on firebird-java regarding a JVM crash on Linux when Firebird Embedded is used in combination with a UDF, but to be honest, I have no clue what to look for. I have been able to reproduce the crash (or possibly

Re: [Firebird-devel] Thread about Jaybird / Firebird Embedded crash on firebird-java

2021-07-23 Thread Vlad Khorsun
23.07.2021 10:50, Mark Rotteveel wrote: Hi, Last week a question was asked on firebird-java regarding a JVM crash on Linux when Firebird Embedded is used in combination with a UDF, but to be honest, I have no clue what to look for. I have been able to reproduce the crash (or possibly even

[Firebird-devel] Thread about Jaybird / Firebird Embedded crash on firebird-java

2021-07-23 Thread Mark Rotteveel
Hi, Last week a question was asked on firebird-java regarding a JVM crash on Linux when Firebird Embedded is used in combination with a UDF, but to be honest, I have no clue what to look for. I have been able to reproduce the crash (or possibly even two different crashes) with the