Subject Re: [IBO] mysterious ntddl.breakpoint on ib_session.ReleaseSessionHookRef
Author Dany M
G. Nau wrote:
> Am 12 Oct 2006 um 22:52 hat G. Nau geschrieben:
>
> I found some more, and the lines, which are triggering the debugger break:
>
> if FGDS_Handle >= 32 then
> FreeLibrary( FGDS_Handle ); <<--- here it is!
>
> so it's somehow gds32.dll related or while it's loading/unloading.
>
> I've verified the version of gds32.dll (renamed fbclient.dll) loaded by my
> application and Delphi with ProcExplorer and it's 1.5.2.4731.
> I updated the dll to the latest from Firebird 1.5.3.4876 and the error still
> persists during the dll unload.
>
> I tried to open, compile and run some of the IBO sample applications and
> the error is not showing up on that programs.
>
> Strange ...
>

There has been discussions both in the IBO and the firebird group
relation to applications failure to unload after using TCP/IP with
events. Search the groups and see what you find. I cant be sure it's
related but it sure sounds like the same thing. I have given up since
the thing is not a show-stopper.

HTH,

/Dany