[Ns-bugs] [Bug 409] New: Simulation fails depending on number of wireless nodes

code@nsnam.ece.gatech.edu code at nsnam.ece.gatech.edu
Fri Nov 14 17:57:25 PST 2008


http://www.nsnam.org/bugzilla/show_bug.cgi?id=409

           Summary: Simulation fails depending on number of wireless nodes
           Product: ns-3
           Version: ns-3-dev
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Keywords: bug
          Severity: normal
          Priority: P3
         Component: wifi
        AssignedTo: ns-bugs at isi.edu
        ReportedBy: cortes at gatech.edu
   Estimated Hours: 0.0


Created an attachment (id=303)
 --> (http://www.nsnam.org/bugzilla/attachment.cgi?id=303)
Script where sim fails

Hi,

I am trying to run the following case:

TOPOLOGY:

     WIRED CSMA             WIRELESS CHANNEL
   ______________
   O            O  ))              (( O ))   RANDOMLY PLACED IN 500x500 map
   Nk           N0                N1 ..... N(k-1)


where nNodes = k-1

The following happens:

./waf --run "scratch/wifi-mesh -nNodes=10"  #Works
./waf --run "scratch/wifi-mesh -nNodes=39"  #Works
./waf --run "scratch/wifi-mesh -nNodes=40"  #Fails
./waf --run "scratch/wifi-mesh -nNodes=41"  #Works
./waf --run "scratch/wifi-mesh -nNodes=50"  #Fails
./waf --run "scratch/wifi-mesh -nNodes=100" #Fails

when it fails, I get:

assert failed. file=../src/internet-stack/ipv4-l3-protocol.cc, line=671,
cond="packetCopy->GetSize () <= outInterface->GetMtu ()"
Command ['/home/cortes/ns3/ns-3-dev/build/debug/scratch/wifi-mesh',
'-nNodes=40'] exited with code -11 

Thanks,


-- 
Configure bugmail: http://www.nsnam.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Ns-bugs mailing list