I have faced some issues related to Copa schemes.
I would like to run a single congestion control scheme, so I run the below command on my server. However, I got this error - segmentation fault (core dumped)
bc5c5e150c63:~/pantheon$ src/wrappers/copa.py sender xx.xx.xx.xx 9001
Segmentation fault (core dumped)
Traceback (most recent call last):
File "src/wrappers/copa.py", line 45, in <module>
main('do_ss:auto:0.1')
File "src/wrappers/copa.py", line 41, in main
check_call(sh_cmd, shell=True, stdout=devnull)
File "/usr/lib/python2.7/subprocess.py", line 190, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command 'export MIN_RTT=1000000 && /home/tergel/pantheon/third_party/genericCC/sender serverip=210.110.206.254 serverport=9001 offduration=1 onduration=1000000 traffic_params=deterministic,num_cycles=1 cctype=markovian delta_conf=do_ss:auto:0.1' returned non-zero exit status 139
Cheers.