id summary reporter owner description type status milestone component version severity resolution keywords cc 8526 coroutine memory leak Seunghyun Nam olli "hi i'm Seunghyun I prediect there is a memory leak in coroutine library. following codes make incresing used memory. I found Caller object generated at coroutine_object<>::run() is not deleted. Check please. Sorry for my bad english. typedef boost::coroutines::coroutine coro_t; void f(coro_t::caller_type &caller) { } void invoke() { while(true) { coro_t co(&f); } } " Bugs closed To Be Determined coroutine Boost 1.53.0 Problem fixed seunghyun_nam@…