

Segmentation fault occurs due to missing memory block. Pls share with me your experience on this ?Į-mail : 05:17 AM, itishi saxena wrote:
#CMUS SEGMENTATION FAULT PATCH#
Run the patch ns-233-mobiwan-1.patch successfully. I also got this error when running ns simple-mipv6.tcl after I It makes easier for the programmer to rectify the problem.įrom: HiepTran itishi saxena Saturday, 2 March 2013 4:09 PM Test.tcl enter )that give you an option of $bt, so that you can see at which Wherever I have any segmentation fault I like to use debugger ($gdb ns run Note: I am trying to have a cross layer between the udp and AODV routing Help me to solve this issue please? Any other ideas or suggestions will be Lines to establish the access path between the udp and the aodv, Can anyone So what is the aodv objects that I should use instead of the above two I mean when I want toĮxchange information between the mac layer and routing layer I should add Tcl script for aodv initialization in order to call the above AODVĪllocation but I don’t know what I should add. What I have realized after searching that I need to add some code in the Value to another variable I got segmentation fault! Now I need to do some calculation, however, when I try to assign the above So in order to access the value from aodv, I write : myaodv- totaldrop // Myaodv = (AODV*) TclObject::lookup(argv) In aodv.h but I need to allocate the AODV class before using it so what Iĭid as the following in the command function : Protocol so what I did is that I create a pointer from AODV called “myaodv” I would like to access some information from the routing agent AODV in UDP
