[Boost-bugs] [Boost C++ Libraries] #11172: Posix semaphores wait/timed_wait under linux and EINTR return code

Subject: [Boost-bugs] [Boost C++ Libraries] #11172: Posix semaphores wait/timed_wait under linux and EINTR return code
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2015-04-07 12:06:17


#11172: Posix semaphores wait/timed_wait under linux and EINTR return code
------------------------------+--------------------------
 Reporter: poroh1981@… | Owner: igaztanaga
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: interprocess
  Version: Boost 1.58.0 | Severity: Problem
 Keywords: |
------------------------------+--------------------------
 Semaphore's wait/timed_wait methods throws exception if EINTR is returned
 by sem_wait/sem_timedwait. This code could be returned if wait is
 interrupted by signal handler (in agree with POSIX.1-2001).

 It looks like EINTR handling should be kept inside that functions.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/11172>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:18 UTC