On October 18, 2019 at 11:08:59 AM, Kevin Cozens (ke...@ve3syb.ca) wrote:

On 2019-10-18 11:15 a.m., Cinder Roxley wrote:
> Cool, good place for an attack vector then.
>
>> On October 18, 2019 at 10:12:36 AM, Kevin Cozens (ke...@ve3syb.ca) wrote:

>> Errors should be ignored while inside the error handler.

You don't want an error inside the error handler calling the error handler.
Perhaps the best thing to do in that case is revert to the current default
error handling. Spit out an error message and kill the script.

I think that seems to be the most sensible thing to do.

How do programming languages with try/catch handle generation of an
exception inside the catch block?

It behaves the same way an exception thrown without it - it goes up the
stack until caught at a higher level, if one exists.
_______________________________________________
Opensim-dev mailing list
Opensim-dev@opensimulator.org
http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-dev

Reply via email to