[ns] Implementing TORA in NS-2.34

2012-07-06 Thread Rahul Sharma
Hi All, I tried simulating TORA in NS-2.34 for 20 nodes. For some time of execution i receive the output as below and than suddenly it shows Segmentation fault: node 165506090 received `UPD` from non-neighbor 17 node 165506090 received `UPD` from non-neighbor 17 node 165506090 received `UPD`

Re: [ns] Implementing TORA in NS-2.34

2012-07-06 Thread Saravanan Kandasamy
Dear Rahul Sharma, Segmentation Fault is a very common problem faced by NS2 users. It has to do with memory such as trying to access an address that cannot physically be addressed, thus an exception has been called. It can happen either in C++ side or at TCL side. The below looks like happening