This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PROBLEM - Signals not handled while waiting on semphores


After looking up the <http://www.opengroup.org/online-pubs?DOC=007904975&FORM=HTML>The Single UNIX Specification Version 3 I disagree. <http://www.opengroup.org/online-pubs?DOC=007904975&FORM=HTML>

See entry for sigaction() SA_RESTART . Only select/pselect() specify behavior with SA_RESTART to be implementation defined.

-gabi

Christopher Faylor wrote:

On Mon, Feb 23, 2004 at 04:48:22PM +0200, Gabi Davar wrote:


Thanks for the quick reply, classic SysV semaphores do behave correctly with new dll.

unfortunately there are still problems -
* flag SA_RESTART passed to sigaction seem to be ignored ( see previous post for sample code )



I believe that POSIX allows this.


Currently SA_RESTART is only handled for read and readv.

cgf

--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/



-- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]