id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 6548,boost asio async_accept thread context,aladjev.andrew@…,chris_kohlhoff,"how to see the problem: 1) compile attached cpp 2) run program 2) accept /tmp/test unix socket more than 2 times the output '''will''' be like: start from 0x1215810 start from 0x12154c0 '''accept from 0x12154c0, async_accept from 0x1215810''' accept from 0x12154c0, async_accept from 0x12154c0 and program is still '''running'''! the output '''should''' be like: start from 0x1215810 start from 0x12154c0 '''accept from 0x1215810, async_accept from 0x1215810''' accept from 0x12154c0, async_accept from 0x12154c0 and program should '''stop'''!",Bugs,closed,To Be Determined,asio,Boost 1.46.1,Problem,invalid,c++ networking unix socket,aladjev.andrew@…