Re: [Firebird-devel] MacOS problem with dlclose

2022-01-22 Thread Adriano dos Santos Fernandes
On 21/01/2022 17:57, Dimitry Sibiryakov wrote: > Dimitry Sibiryakov wrote 21.01.2022 21:19: >> initialization in the entry point and finalization in doCleanup for >> all plugin-related things and initialization in constructor and >> finalization in destructor for every library-related things should

Re: [Firebird-devel] MacOS problem with dlclose

2022-01-22 Thread Kovalenko Dmitry
Hello Adriano, If I understood correctly in this topic described same problem: https://groups.google.com/g/firebird-support/c/oO9c_ppmfRg/m/-ukO9L37DQAJ ? --- The problem with correct shutdown of module with shutdown function (or component with "Dispose" method) is solved through counter of act

Re: [Firebird-devel] Database detach after shutdown

2022-01-22 Thread Dimitry Sibiryakov
Adriano dos Santos Fernandes wrote 22.01.2022 13:37:    After calling IDispatch::shutdown() an attempt to call IAttachment::detach() in embedded mode returns error "Database shutdown". But... why? Isn't IDispatch::shutdown already causes all databases to be disconnected? In this

Re: [Firebird-devel] Database detach after shutdown

2022-01-22 Thread Adriano dos Santos Fernandes
Em sáb., 22 de jan. de 2022 07:57, Dimitry Sibiryakov escreveu: >Hello All. > >After calling IDispatch::shutdown() an attempt to call > IAttachment::detach() > in embedded mode returns error "Database shutdown". But... why? > Isn't IDispatch::shutdown already causes all databases to be d

[Firebird-devel] Database detach after shutdown

2022-01-22 Thread Dimitry Sibiryakov
Hello All. After calling IDispatch::shutdown() an attempt to call IAttachment::detach() in embedded mode returns error "Database shutdown". But... why? -- WBR, SD. Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel