Hi
I am running my simulation and getting the following error
Command ['/root/ns-3-dev/build/debug/scratch/try1'] terminated with
signal SIGIOT. Run it under a debugger to get more information (./waf
--run <program> --command-template="gdb --args %s <args>").
when I am trying to debug the following comes as output and then
nothing happens:-
laptop:~/ns-3-dev# ./waf --run try1 --command-template="gdb --args %s
argc"
Waf: Entering directory `/root/ns-3-dev/build'
Waf: Leaving directory `/root/ns-3-dev/build'
'build' finished successfully (0.623s)
GNU gdb (GDB) 7.1-ubuntu
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <
http://gnu.org/licenses/
gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show
copying"
and "show warranty" for details.
This GDB was configured as "i486-linux-gnu".
For bug reporting instructions, please see:
<
http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /root/ns-3-dev/build/debug/scratch/try1...done.
(gdb)
I need to know how to debug it.
Help required. Thanks