[DUG] Why doesnt try except work ?
Myles Penlington
myles at ams.co.nz
Mon Nov 10 12:01:58 NZDT 2008
Never seen it myself.
Different thread would be my only guess.
But then you would expect the program to die, because if an exception
hits the top level thread boundary, then windows will kill the process.
Is it an exception raised inside an exception handler?
Or on a free?
The only time I have seen things go really weird is if memory has been
corrupted.
E.g. Has the stack been overwritten, because if so, this could stop the
exception being handled correctly.
Myles,
-----Original Message-----
From: delphi-bounces at delphi.org.nz [mailto:delphi-bounces at delphi.org.nz]
On Behalf Of Rohit Gupta
Sent: Monday, 10 November 2008 11:51 a.m.
To: NZ Borland Developers Group - Delphi List
Subject: [DUG] Why doesnt try except work ?
It appears that sometimes try except does not catch the execption.
Does anyone know why this may be.
I have seen it before and ignored it. However this time its wierd. For
one crystal report (that is crystal is generating the exception) delphi
can trap it, for a another it doesnt... in the same place in the code.
_______________________________________________
NZ Borland Developers Group - Delphi mailing list
Post: delphi at delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to delphi-request at delphi.org.nz with Subject:
unsubscribe
Attention:
This communication is confidential and may be legally privileged. If you are not the intended recipient, please do not use, disclose, copy or distribute it, other than to return it to us with your confirmation that it has been deleted from your system.
More information about the Delphi
mailing list