Opened 9 years ago
#8919 new Bugs
boost/asio/detail/impl/win_static_mutex.ipp: Ignores failures from WaitForSingleObject
Reported by: | Owned by: | chris_kohlhoff | |
---|---|---|---|
Milestone: | To Be Determined | Component: | asio |
Version: | Boost 1.54.0 | Severity: | Problem |
Keywords: | synchronization WaitForSingleObject API failure | Cc: |
Description
boost/asio/detail/impl/win_static_mutex.ipp ignores failures from WaitForSingleObject.
At minimum (as a user), I would expect Boost to use BOOST_ASSERT with an appropriate exception in debugging and diagnostic builds; and BOOST_VERIFY with an appropriate exception for release or production builds.
Note:
See TracTickets
for help on using tickets.