Bug 934

Summary: assertion failure in dcfmanager.h on heavy load
Product: ns-3 Reporter: Abhishek Sagar <sagar23jan>
Component: wifiAssignee: Nicola Baldo <nicola>
Status: RESOLVED WORKSFORME    
Severity: normal CC: ns-bugs, tomh
Priority: P5    
Version: ns-3.7   
Hardware: All   
OS: Linux   
URL: http://groups.google.com/group/ns-3-users/browse_thread/thread/d259ac33deb7334e/4a3fb1bc1ee3889d#4a3fb1bc1ee3889d
Attachments: the test scenario
test program that works with ns-3-dev

Description Abhishek Sagar 2010-06-03 12:33:35 UTC
discussed in 
http://groups.google.com/group/ns-3-users/browse_thread/thread/d259ac33deb7334e/4a3fb1bc1ee3889d#4a3fb1bc1ee3889d

I am attaching the test case for it.
Comment 1 Abhishek Sagar 2010-06-03 12:34:35 UTC
Created attachment 910 [details]
the test scenario
Comment 2 Abhishek Sagar 2010-06-03 22:51:06 UTC
Well actually for the current test case provided I run into this error -
--assert failed. file=../src/internet-stack/ipv4-l3-protocol.cc, line=690, cond="interface >= 0"

and when the rectangle size is taken to be 450*450 (by editing the line nos 30 and 31) the error is this -
--assert failed. file=../src/devices/wifi/dcf-manager.cc, line=699, cond="m_lastNavStart < Simulator::Now ()"
Comment 3 Nicola Baldo 2010-08-02 10:20:17 UTC
Created attachment 962 [details]
test program that works with ns-3-dev
Comment 4 Nicola Baldo 2010-08-02 10:23:46 UTC
I updated the test program for ns-3-dev. It takes ages to run, but it terminates correctly without crashing. It is likely that this report originates from using an old release (3.7); therefore, I am closing this bug. Feel free to reopen it if you can come up with a program that crashes with ns-3-dev.