Open dhmizu95 opened 6 years ago
Thanks for reporting the issue. Unfortunately, Ubuntu 16.04 is not a tested environment. (See the Release info in https://github.com/mit-ll/GCN/blob/master/ns3/GCN_Code_Release_Notes.docx) In fact, Ubuntu 16.04 is not supported in dce 1.5 itself. Can you try running with an older version of Ubuntu (14.04)?
After I implemented GCN in Ubuntu 14.04.5 x86 with DCE 1.5 as you suggested, it produced the output as below:
Script: ./run_sims.sh 1 0 0
Output:
Requesting your further comments.
Can you run it under the debugger and provide a backtrace?
At first I have submitted the output of the debugging tool. Secondly, terminal output has been given.
Hi! Thanks for exciting idea of Group Centric Networking (GCN). In fact, I found your GCN project interesting and studied the same. After collecting the source codes, I implemented in the environment as follows: Environments: Ubuntu x64 16.04 LTS NS-3.22 DCE-1.5
Error: SIGSEGV error.
Procedure: Command-1: ./waf --run "GCN_network_tests_Wifi --nNodes=100"
Output: Two folders were created named as output and stats on gcn_test directory. stats folder was empty. In output folder two txt files were generated - sim_out_scenario0_run1.txt and GCN_summary.
Error Message: Command ['/home/mizu/Simulator/dce/source/ns-3-dce/build/bin/GCN_network_tests_Wifi', '--nNodes=100'] terminated with signal SIGSEGV. Run it under a debugger to get more information (./waf --run --command-template="gdb --args %s ").
Executing your given script produce the same result as above: ./run_sims.sh 1 0 0
I tried to debug your code but failed. For debugging I use insight debugger, which is a version of GDB that uses Tcl/Tk to implement a graphical user inter-face. I attach some screenshot of my debugging experience.
Have a good day!