Newsgroups : Borland : borland.public.delphi.internet.winsock : 2005 Nov : Indy Exception
| Subject: | Indy Exception |
| Posted by: | "Carlos Matos" (mat..@comograma.pt) |
| Date: | Thu, 10 Nov 2005 10:24:48 |
Hi,
I'm using AQTime for debugging my application (memory leaks and erros) and
all those application
using Indy10, raises an exception under AQTime.
I post a message on interbaseexpress group asking Craig Stuntz is opinion
and he answered this:
// My situation
> So if you are use to AQTime, whenever I debug my applications,
> I allways get an error on the event view panel saying:
> > First chance exception 0x406D1388 Unknown exception occurred at
> > 0x7C81EB33
> > > 0x7C81EB33 RaiseException + 0x52 in kernel32.dll
> > > 0x7C81EB33 RaiseException + 0x52 in kernel32.dll
> > > 0x00408974 Windows::RaiseException in Windows.pas line 29144 in
> > > Poc2005.exe 0x00693E93 IdThread::initialization + 0x17 in
> > > IdThread.pas line 589 in
// Craig's answer
> Seems pretty clear to me. The Indy unit IdThread raised an exception
> in its initialization section. That's not handled by Delphi's exception
> handler, so your app dies. Why would Indy do this? I don't know; I
> don't usually use it. You could ask on the Indy group.
So can anyone tell me why this happens ? Is it a bug ?
Thanks,
Carlos Matos