id summary reporter owner description type status milestone component version severity resolution keywords cc 4413 wait_for_any hangs up on empty intervals. ivg@… Anthony Williams "If range based boost::wait_for_any function is called with an empty interval (first == last) then it will hang up forever. The fix is trivial: if (first == last) return last; " Bugs closed Boost 1.44.0 thread Boost 1.44.0 Problem fixed