Subject: [boost] [Thread] thread::interrupt of the death
From: Gaetano Mendola (mendola_at_[hidden])
Date: 2011-01-16 03:20:38


Hi all,
I think a thread after getting an interrupt the first think to do
before to throw a boost::thread_interrupted (passing or being on an
interruption point) has to disable interruption, indeed think what
happens if during a stack unwinding the thread passes again on an
interruption point and it receives a second interrupt.
This scenario is not that hard to happen.

Regards
Gaetano Mendola