id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 6321,non-paged pool memory leak in win_iocp_io_service,Uri Avni ,chris_kohlhoff,"This program takes 2GB of non-paged pool memory after several seconds: {{{ boost::asio::io_service io; while (1) { io.run(); io.reset(); } }}} When outstanding_work_==0, calls to either run, run_one, poll or poll_one leak a non-paged pool memory, caused by the PostQueuedCompletionStatus(iocp_.handle, 0, 0, 0) call in win_iocp_io_service::stop() ",Bugs,closed,To Be Determined,asio,Boost 1.48.0,Problem,fixed,asio windows non-paged pool,