Bug 934 - assertion failure in dcfmanager.h on heavy load
assertion failure in dcfmanager.h on heavy load
Status: RESOLVED WORKSFORME
Product: ns-3
Classification: Unclassified
Component: wifi
ns-3.7
All Linux
: P5 normal
Assigned To: Nicola Baldo
http://groups.google.com/group/ns-3-u...
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-06-03 12:33 UTC by Abhishek Sagar
Modified: 2010-08-02 10:23 UTC (History)
2 users (show)

See Also:


Attachments
the test scenario (3.03 KB, text/x-c++src)
2010-06-03 12:34 UTC, Abhishek Sagar
Details
test program that works with ns-3-dev (3.16 KB, text/x-c++src)
2010-08-02 10:20 UTC, Nicola Baldo
Details

Note You need to log in before you can comment on or make changes to this bug.
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.