Bugzilla – Bug 934
assertion failure in dcfmanager.h on heavy load
Last modified: 2010-08-02 10:23:46 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.
Created attachment 910 [details] the test scenario
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 ()"
Created attachment 962 [details] test program that works with ns-3-dev
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.