4e4o

Results 5 issues of 4e4o

boost version: 1.78.0 compiler: gcc version 11.2.1 20220127 (Red Hat 11.2.1-9) (GCC) Minimal example, invalid free occurs inside work function: ``` #include #include #include #include #include using boost::asio::co_spawn; using boost::asio::detached;...

I have some race condition in complex application, trying to understand whats going wrong, need help. I use parallel_group that runs co_spawn deffered task and steady_timer.async_wait. co_spawn runs multiple inner...

"refactored_echo_server.cpp" example crashes when used with clang-cl + libcxx (cross-compilation). I got a fix, but let me first describe details. Crash backtrace (not demangled, because gdb used): ``` 1 ?push_frame...

When signal connected to multiple shared_ptr objects there is no way to delete dead slots with dead objects without invoking slots. Every signal::connect call will increase slot instances. I think...