thiezn / iperf3-python

Python wrapper around iperf3
https://iperf3-python.readthedocs.org/
MIT License
111 stars 51 forks source link

iperf3 segmentation fault in python #27

Closed gabby33 closed 6 years ago

gabby33 commented 6 years ago

I am trying to write a python code for iperf3 on a virtual machine with ubuntu 14.04 installed. Anytime i run this command "client = iperf3.Client()" i get a segmentation fault(core dumped) error. Any help with how to solve this problem.

thiezn commented 6 years ago

Hi @gabby33, I've just pushed a new release, v0.1.8 to PyPi. Can you check if this resolves your issue? see #17 for details

gabby33 commented 6 years ago

Hi @thiezn my problem has been resolved. Thanks

thiezn commented 6 years ago

Thanks for checking!