Re: [Firebird-devel] [SPAM] Re: Crash Firebird 2.5.8 Embedded with Firebird Ado.net provider.

2018-02-07 Thread Vlad Khorsun via Firebird-devel
07.02.2018 15:21, Mark Rotteveel wrote: On 7-2-2018 13:54, Vlad Khorsun via Firebird-devel wrote: 07.02.2018 14:41, Mark Rotteveel wrote: On 7-2-2018 12:36, Vlad Khorsun via Firebird-devel wrote: 07.02.2018 13:26, Mark Rotteveel wrote: On 7-2-2018 11:55, Mark Rotteveel wrote: Shouldn't the

[Firebird-devel] Crash Firebird 2.5.8 Embedded with Firebird Ado.net provider.

2018-02-07 Thread Mark Rotteveel
Someone reported a crash on shutdown of Firebird 2.5.8 Embedded in a C# application on stack overflow: https://stackoverflow.com/questions/48644878/appcrash-in-fbintl-dll-if-using-embedded-mode-in-my-c-app. I can reproduce it with the provided example application. I tried to reproduce this by

Re: [Firebird-devel] Crash Firebird 2.5.8 Embedded with Firebird Ado.net provider.

2018-02-07 Thread Vlad Khorsun via Firebird-devel
07.02.2018 12:55, Mark Rotteveel wrote: Someone reported a crash on shutdown of Firebird 2.5.8 Embedded in a C# application on stack overflow: https://stackoverflow.com/questions/48644878/appcrash-in-fbintl-dll-if-using-embedded-mode-in-my-c-app. I can reproduce it with the provided example

Re: [Firebird-devel] Crash Firebird 2.5.8 Embedded with Firebird Ado.net provider.

2018-02-07 Thread Mark Rotteveel
On 7-2-2018 11:55, Mark Rotteveel wrote: Someone reported a crash on shutdown of Firebird 2.5.8 Embedded in a C# application on stack overflow: https://stackoverflow.com/questions/48644878/appcrash-in-fbintl-dll-if-using-embedded-mode-in-my-c-app. I can reproduce it with the provided

Re: [Firebird-devel] Crash Firebird 2.5.8 Embedded with Firebird Ado.net provider.

2018-02-07 Thread Vlad Khorsun via Firebird-devel
07.02.2018 13:26, Mark Rotteveel wrote: On 7-2-2018 11:55, Mark Rotteveel wrote: Someone reported a crash on shutdown of Firebird 2.5.8 Embedded in a C# application on stack overflow: https://stackoverflow.com/questions/48644878/appcrash-in-fbintl-dll-if-using-embedded-mode-in-my-c-app. I can

Re: [Firebird-devel] Crash Firebird 2.5.8 Embedded with Firebird Ado.net provider.

2018-02-07 Thread Vlad Khorsun via Firebird-devel
07.02.2018 14:17, Mark Rotteveel пишет: On 7-2-2018 12:36, Vlad Khorsun via Firebird-devel wrote: 07.02.2018 13:26, Mark Rotteveel wrote: On 7-2-2018 11:55, Mark Rotteveel wrote: Someone reported a crash on shutdown of Firebird 2.5.8 Embedded in a C# application on stack overflow:

Re: [Firebird-devel] Crash Firebird 2.5.8 Embedded with Firebird Ado.net provider.

2018-02-07 Thread Mark Rotteveel
On 7-2-2018 12:36, Vlad Khorsun via Firebird-devel wrote: 07.02.2018 13:26, Mark Rotteveel wrote: On 7-2-2018 11:55, Mark Rotteveel wrote: Shouldn't the engine be able to cope with this?   Yes, and fb_shutdown handle it. But it can't handle it correctly when process exits and Windows

Re: [Firebird-devel] Crash Firebird 2.5.8 Embedded with Firebird Ado.net provider.

2018-02-07 Thread Mark Rotteveel
On 7-2-2018 12:36, Vlad Khorsun via Firebird-devel wrote: 07.02.2018 13:26, Mark Rotteveel wrote: On 7-2-2018 11:55, Mark Rotteveel wrote: Someone reported a crash on shutdown of Firebird 2.5.8 Embedded in a C# application on stack overflow:

Re: [Firebird-devel] Crash Firebird 2.5.8 Embedded with Firebird Ado.net provider.

2018-02-07 Thread Adriano dos Santos Fernandes
On 07/02/2018 10:17, Mark Rotteveel wrote: > > But what causes the observed difference between the example table that > only has an integer id column (and doesn't trigger the AV), and the > one that also has a varchar column and an expression index > (lower(title))? > probably loading of library

Re: [Firebird-devel] [SPAM] Re: Crash Firebird 2.5.8 Embedded with Firebird Ado.net provider.

2018-02-07 Thread Vlad Khorsun via Firebird-devel
07.02.2018 14:41, Mark Rotteveel wrote: On 7-2-2018 12:36, Vlad Khorsun via Firebird-devel wrote: 07.02.2018 13:26, Mark Rotteveel wrote: On 7-2-2018 11:55, Mark Rotteveel wrote: Shouldn't the engine be able to cope with this?    Yes, and fb_shutdown handle it. But it can't handle it

Re: [Firebird-devel] Crash Firebird 2.5.8 Embedded with Firebird Ado.net provider.

2018-02-07 Thread Mark Rotteveel
On 7-2-2018 13:21, Adriano dos Santos Fernandes wrote: On 07/02/2018 10:17, Mark Rotteveel wrote: But what causes the observed difference between the example table that only has an integer id column (and doesn't trigger the AV), and the one that also has a varchar column and an expression