wn-upf / Komondor

Komondor Wireless Networks Simulator
GNU General Public License v3.0
65 stars 19 forks source link

segmentation fault while running simulation #138

Closed avik1991 closed 4 years ago

avik1991 commented 4 years ago

./komondor_main ../input/input_example/input_system_conf.csv ../input/input_example/input_nodes.csv 6 789


PARTIAL configuration entered per console. Some parameters are set by DEFAULT.
 Komondor input configuration:
  - system_input_filename: ../input/input_example/input_system_conf.csv
  - nodes_input_filename: ../input/input_example/input_nodes.csv
  - agents_enabled: 0
  - script_output_filename: ./output/script_output.txt
  - simulation_code: DEFAULT_SIM
  - save_system_logs: 0
  - save_node_logs: 0
  - print_system_logs: 1
  - print_node_logs: 1
  - sim_time: 6.000000 s
  - seed: 789
 Creating output files
  - Simulation output file 'output/logs_console_DEFAULT_SIM.txt' created!
Segmentation fault (core dumped)

No output file was created either

Senthanamuthan commented 4 years ago

@avik1991 I am also facing the same issue. If you were able to find a solution on this issue, could you please help me on this?

Many thanks!

fwilhelmi commented 4 years ago

Hi @avik1991 and @Senthanamuthan,

this seems to be a common issue that can be solved by explicitly using semicolons to separate fields in all the input files.

If that doesn't solve your issue, please provide the input files that you are using together with the version of the simulator in which you found the problem.

Thanks!