From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2008-01-11 01:48:33


Ovanes Markarian <om_boost <at> keywallet.com> writes:
> The idea of my code is:
> Create 100 threads and wait until all of them are created. (barrier is used
for that).
> After all threads were created lock the mutex and produce the assertion
> fault. In MSVC 7.1 this code crashes after the second call to
> BOOST_CHECK_EQUAL.

Can you post complete compilable example? Will I need library for boost
threads?