I bet this wouldn't catch anything. It looks to me like the segfault happens as a result of blowing the stack, and since the function doesn't do anything that would cause an error, it won't pop the catch.
On 1/16/02 12:07 PM, "Daniel P. Stasinski" <[EMAIL PROTECTED]> wrote:
> if { [catch { x }] } {
> return
> }
