tcl和ns2中的错误

时间:2017-12-27 10:24:18

标签: tcl ns2

我正在使用ns2和TCL语言,我处理一个问题:

ns: _o159 stop: 
    (_o159 cmd line 1)
    invoked from within
"_o159 cmd stop"
    invoked from within
"catch "$self cmd $args" ret"
    invoked from within
"if [catch "$self cmd $args" ret] {
set cls [$self info class]
global errorInfo
set savedInfo $errorInfo
error "error when calling class $cls: $args" $..."
    (procedure "_o159" line 2)
    (SplitObject unknown line 2)
    invoked from within
"_o159 stop"

我该如何解决?

0 个答案:

没有答案