I tried to integrate CRCN files with ns2.31. after that I was able to 
successfully run "make" command.
The problem is whenever I try to execute test examples of CRCN patch I get 
following error.
(_o3 cmd line 1)
    invoked from within
"_o3 cmd add-channel 0 _o13"
    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 "_o3" line 2)
    (SplitObject unknown line 2)
    invoked from within
"$ns_ add-channel $i $chan_($i)"
    ("for" body line 2)
    invoked from within
"for {set i 0} {$i < $val(channum) } {incr i} {
$ns_ add-channel $i $chan_($i)

  A friend helped me in understanding this error and when we run the code in 
debugger (gdb), any example gets executed perfectly fine and trace files are 
getting generated correctly. now my problem is what could be the problem that 
does not let me execute the file normally but runs perfectly fine in debugger.
Could anybody guide me what could be the issue? and how to fix it

Reply via email to