chriskohlhoff / asio

Asio C++ Library
http://think-async.com/Asio
4.81k stars 1.2k forks source link

Crash on DestroyCoro$3 when using /Ob2 and /Od #1296

Open kahotv opened 1 year ago

kahotv commented 1 year ago

file: throttling_proxy.cpp build : vs2022,Release,x86,WinSDK10.0.22621.0,C++ latest asio:1.30.2

see https://github.com/kahotv/crush_destroy_coro_3.git

crash when using /Ob2 and /Od Will not crash when using /Ob2 and /O2

  1. run ProxyServer.exe(examples\cpp20\coroutines\echo_server.cpp)
  2. run ConnectClient.exe image