Re: [ns] segmentation fault (core dumped) using ZRP in ns-2.27

2008-10-04 Thread Mubashir Rehmani
HI Batbold Toiruul, here is no "the" solution to *segmentation* *fault*s. From what I've seen on this list and in practice, there can be several causes: 1. you deleted a resource from within TCL, causing pointers in C++ to point to memory regions no longer in use. Fix: be careful what you del

Re: [ns] how to find where a variable is initialized

2008-10-04 Thread Mubashir Rehmani
Hi Daniel Dekst, You can find the variables here http://www-rp.lip6.fr/ns-doc/ns226-doc/html/functions.htm Regards Mubashir Husain Rehmani 2008/10/4 Daniel Dekst <[EMAIL PROTECTED]> > > > Hi, everyone, > > How to find where a variable is initialized ? > I add a new mac same as mac-802_11, but

[ns] NOAH & Dumb Agent

2008-10-04 Thread Sivasankari SV
Hi, 1. How different is Dumb Agent from NOAH(non adhoc rp) ? *(there has been a similar thread in this forum by audrey ong **Tue Feb 15 20:25:16 PST 2005... but it has not been answered back to the forum) * 2. How do i implement NOAH in ns 2.33 ? Does anyone have a patch for 2.33 ? If anyone has

[ns] how to install gdb with cygwin

2008-10-04 Thread Batbold Toiruul
hi guys, can gdb install with cygwin on whindows xp? because i am using cygwin under windows.

Re: [ns] how to find where a variable is initialized

2008-10-04 Thread Daniel Dekst
Hi, Mubashir, Thanks a lot! Usually I can find where a variable is defined (in which Class) but it is difficult to find out who call a command to change it. In this case, cache_node_count_ is defined in class Mac802_11 and is initialized to 0. Fortunately I notice that there is a c