In <006801c19eb0$3684f380$[EMAIL PROTECTED]>, on 01/16/02
at 10:07 AM, "Daniel P. Stasinski" <[EMAIL PROTECTED]> said:
>The only two solutions i see so far is maybe:
> proc x {} {
> puts [info level]
> if { [catch { x }] } {
> return
> }
> }
>Or, there is always...
> ns_section "ns/threads"
> ns_param stacksize \
>10000000000000000000000000000000000000000000000000000000000000000
>00000000000000000000000000000000000000000000000000000000000000000
>00000000000000000000000000000000000000000000000000000000000000000
>00000000000000000000000000000000000000000000000000000000000000000
>00000000000000000000000000000000000000000 :)
It crashed on the colon parens token.. maybe the colon parens token needs
to be first? or maybe its the more obscure semi-colon parens token on
that line? ;)
Patrick Spence <[EMAIL PROTECTED]>