abc@ubuntu:~/ns3project/examples/vanet$ ./waf --run basicVanet
Waf: Entering directory `/home/tarun/ns3project/build'
Waf: Leaving directory `/home/tarun/ns3project/build'
'build' finished successfully (0.795s)
msg="Attribute name=VO_EdcaTxopN does not exist for this object: tid=ns3::AdhocWifiMac", file=../src/core/object-base.cc, line=236
terminate called without an active exception
Command ['/home/tarun/ns3project/build/debug/examples/vanet/basicVanet'] terminated with signal SIGIOT. Run it under a debugger to get more information (./waf --run <program> --command-template="gdb --args %s <args>").
Please provide suggestions on how to proceed. I tried debugging using insight however it is only presenting me the breakpoint for assembly code and not showing for source code. Please help me regarding this.