SEGFAULT with two terminals
Brought to you by:
tpsfadmin
Exported from Bugzilla, issue 1015.
--- Comment added on 8/3/01 4:53:19 PM ---
> In Async Pro VCL I can put two terminals on a single form. In the CLX
> version I get an access violation error in AxPort.pas line 3011.
>
> procedure TApxBaseDispatcher.RegisterEventTriggerHandler(NP :
> TApxNotifyEvent);
> var
> TH : PEventTriggerHandler;
> begin
> DataLock.Enter;
> try
>
> The App stops with signal SIGSEGV (11) on teh DataLock.Enter line. This
> oly seems to happen if each terminal has it's own comport assigned. If
> the terminals have no comprt assigned or have the same port assigned then
> it works fine.