Need help understanding gdb message output

38 views
Skip to first unread message

Boong Baang

unread,
May 8, 2020, 5:06:52 PM5/8/20
to ns-3-users
I use a custom trace file generated in SUMO and use it in vanet-routing-compare.cc. I change all variables in the program so that the mobility is taken from the trace file. I ensure number of users is same in the trace file and the one specified through command line. First, I get the error: 
Command ['/home/ns3/ns-3.29-modified/ns-3.29/build/scratch/vanet-routing-compare', '--totaltime=400', '--protocol=0', '--scenario=2'] terminated with signal SIGIOT. Run it under a debugger to get more information (./waf --run <program> --command-template="gdb --args %s <args>").

Running on gdb -> ./waf --run scratch/vanet-routing-compare --command-template="gdb --args %s --protocol=0 --scenario=2 --nodes=50",
which leads to the error below:

[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".

Program received signal SIGABRT, Aborted.
__GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51
51      ../sysdeps/unix/sysv/linux/raise.c: No such file or directory. 
Reply all
Reply to author
Forward
0 new messages