I am trying to run the autoecho program that uses boost::asio and boost::fiber. I am using the following:
- Ubuntu 16
- cmake 3.9.1
- boost 1_65_0
That program depends on a local copy of round_robin.hpp, yield.hpp and detail/yield.hpp. I have downloaded all of those and the program builds successfully. When I run the code, I get a segmentation fault at the line in main that does:
io_svc->run();
Does anyone know if I am doing something wrong, or if the code has an error in it?