error when using boost::thread_group
Dear all,
I delted the boost folder carelessly,so I had to rebuild boost1_33_1.
after i build bjam,I can compile ,run the thread.cpp in
/boost_1_33_1/libs/thread/example/
but,when I compile and run the thread_group.cpp,I got these message:
(gdb) bt
#0 ~function0 (this=0xbffaacd0) at function_template.hpp:313
#1 0x080497c6 in main (argc=1, argv=0xbffaada4) at thread_group.cpp:17
(gdb) step
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1208067152 (LWP 29013)]
0x08049c57 in boost::detail::function::void_function_invoker0
participants (1)
-
Meng Yu