nyuwireless-unipd / ns3-mmwave

ns-3 module for simulating mmWave-based cellular systems. See https://ieeexplore.ieee.org/document/8344116/ (open access) as a reference.
GNU General Public License v2.0
292 stars 190 forks source link

Buffer Problem #255

Closed Oma-Alram closed 1 year ago

Oma-Alram commented 1 year ago

Hi After I run a scenario on ns3-mmWave successively and during the run I got this error:

assert failed. cond="AreEquals (t1->m_lost, t2->m_lost)", msg="Merging one lost and another not lost. Impossible", file=../src/internet/model/tcp-tx-buffer.cc, line=597 terminate called without an active exception

Could someone help to overcome this issue

Thanks

pagmatt commented 1 year ago

Hi Oma,

Which script are you running? Are you using non-default parameters? Have you modified the module source in any way?

Best, Matteo

pagmatt commented 1 year ago

Closed due to missing context and thus inability to reproduce