[Ns-developers] WiMAX assert failed. Check()

Flavio Kubota flaviokubota at gmail.com
Sun Jun 14 11:56:33 PDT 2009


Hi,

I compiled WiMAX module with g++-4.2.3. I run simple-wimax.cc script, and I
got this error in the end of simulation:

assert failed. file=debug/ns3/object.h, line=349, cond="Check ()"

Debuging the code, I saw that is caused by ServiceFlowManager destructor,
with the folowing lines:

delete m_serviceFlowsUgs;
delete m_serviceFlowsRtps;
delete m_serviceFlowsNrtps;
delete m_serviceFlowsBe;

Removing these lines, the script run correctly. Can I remove these line?
Don't m_serviceFlows<some_type> and m_serviceFlows point to the same
variable?


--
Flavio


More information about the Ns-developers mailing list