Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 May : Re: EAbort when shutting down IdTCPServer
| Subject: | Re: EAbort when shutting down IdTCPServer |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Thu, 18 May 2006 12:00:00 |
"John Carlyle-Clarke" <jpcc@removethis.bigfoot.com> wrote in message
news:Xns97C7CAB2482D5discombobulation@207.105.83.66...
> I quite often get an EAbort exception when shutting down the
> application
Ignore it. It is an exception that Indy throws for itself internally, and
will be handled internally. It will never reach your code. If you are only
seeing it when debugging your code, then simply add EAbort to the list of
exeptions that the debugger ignores.
> Is this normal behaviour?
Yes.
> For some reason, even though "VCL EAbort Exceptions" is ticked in the
> debugger options -> Language Exceptions -> Exception types to ignore,
> it still breaks here every time.
Which version of Delphi are you using?
Gambit