Bugzilla – Full Text Bug Listing |
Summary: | assertion failure in dcfmanager.h on heavy load | ||
---|---|---|---|
Product: | ns-3 | Reporter: | Abhishek Sagar <sagar23jan> |
Component: | wifi | Assignee: | 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
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. |