id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 8586,Boost Thread .join() causes exception. Intel C++ 13.1.1. Windows XP SP3,lakmus@…,viboes,"Hello, sorry for my bad english. I just compiled a test example: {{{ #include #include void hello_world() { std::cout << ""Hello from thread!"" << std::endl; } int main() { boost::thread my_thread(&hello_world); my_thread.join(); } }}} And when my_thread.join(); calls I get an exception. Boost 1.53.0: One error: http://i.imgur.com/J2zpjQ0.png Boost 1.52.0: Two errors: http://i.imgur.com/CekLb8O.png Boost 1.51.0: No errors. Boost 1.48.0: No errors. I use Intel C++ Compiler 13.1.1. Windows XP SP3. I compile Boost: call bjam toolset=""intel"" ---build-type=complete threading=multi link=static runtime-link=static",Bugs,closed,To Be Determined,thread,Boost 1.53.0,Problem,duplicate,,