Boost logo

Boost Users :

Subject: Re: [Boost-users] thread crash on windows with icc in Release
From: Igor R (boost.lists_at_[hidden])
Date: 2013-05-06 09:53:22


>> > Stack looks in release:
>> >
>> > boost::__N_32_libs_thread_src_win32_thread_cpp_f66b8662::run_thread_exit_callbacks()
>> > + 0x139 bytes
>> >
>> > boost::__N_32_libs_thread_src_win32_thread_cpp_f66b8662::thread_start_function()
>> > + 0x833 bytes
>> > boost::__N_32_libs_thread_src_win32_thread_cpp_f66b8662::ThreadProxy() +
>> > 0x36 bytes
>> >
>> > I tried both 1.52/1.53.
>>
>>
>> Could you please recompile Boot.Thread with /GS- option and see
>> whether it still happens?

> Sorry for asking ...
>
> I am absolutely not familiar with bjam. Can you, please, point to file that
> contains flags settings for boost.thread ?

Just add the following option to your bjam line:
cxxflags=/GS-


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net