Subject Re: [firebird-support] Re: strange bug with isc_que_events
Author Dimitry Sibiryakov
> how after the with TMyThread(UserData) do FSignal.SetEvent;
> the instruction FSignal.WaitFor(INFINITE);
> can raise an Access violation ??

Many ways. My crystal ball is unable to see sources of your
FSignal.WaitFor.
You must firmly understand, that events callback is executed in
context of different thread.

SY, SD.