mefellows / muxy

Chaos engineering tool for simulating real-world distributed system failures
MIT License
823 stars 31 forks source link

network_shape middleware crashes Muxy #22

Closed gregopet closed 5 years ago

gregopet commented 6 years ago

I'm trying to use Muxy to test a TCP protocol and it crashes as soon as I turn on the network_shape middleware (tried copying the default settings).

There is nothing in the program output that would point to the problem, this is what I get before the program exits:

2018/03/07 10:28:37.633260 [INFO]               Loading plugin  logger
2018/03/07 10:28:37.633277 [INFO]               Loading plugin  network_shape
2018/03/07 10:28:37.633391 [INFO]               Loading proxy   tcp_proxy
2018/03/07 10:28:37.633399 [INFO]               Loading proxy   tcp_proxy
2018/03/07 10:28:37.633404 [INFO]               Loading proxy   http_proxy
2018/03/07 10:28:37.633411 [DEBUG]              NetworkShaperSymptom - Setup()

I'm running Muxy 0.05 on an OpenSuse Linux with kernel version 3.12. I downloaded the binary release from Github and also tried the 0.06 pre-release, with the same result.

gregopet commented 6 years ago

One more thing I've tried: I used the docker image github.com/mefellows/docker-muxy and it fails in the same way.

gregopet commented 6 years ago

Also tried on a Linux with a less ancient kernel & the docker image, an Ubuntu Xenial Xerus with the 4.4.0 kernel, and the result was the same.

mefellows commented 6 years ago

Hi @gregopet, apologies I didn't see this. Let me take a look!

mefellows commented 5 years ago

Please see #23 to track this.