I've got a simulator roughly based off of examples/first.cc (UDP
client & server), but am getting this error at runtime:
assert failed. file=../src/internet-stack/udp-socket-impl.cc,
line=431, cond="found"
first.cc works fine. Does this happen often? If not, how do I
diagnose this? How do I get waf to run a debugger for me?
Thanks in advance for any help!
-ls
--
H. Lally Singh
Ph.D. Candidate, Computer Science
Virginia Tech
I've never seen the code assert there. But you can use gdb or another
debugger to debug it.
How do I get waf to run a debugger for me?
http://www.nsnam.org/wiki/index.php/User_FAQ#How_to_run_NS-3_programs_under_another_tool
- Tom
Thanks. For future reference, you get the problem if you try to send
a packet of 0 bytes. At least that's what caused it for me.