Re: System calls getting interrupted with signals, even with SA_RESTART

2003-12-13 Thread Robby Dermody
er Linux, which reaffirmed my previous notions Move along, nothing to see here. :) Robby - Original Message - From: "Robby Dermody" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, December 13, 2003 2:55 PM Subject: System calls getting interrupted with signa

Re: System calls getting interrupted with signals, even with SA_RESTART

2003-12-13 Thread Christopher Faylor
On Sat, Dec 13, 2003 at 02:55:52PM -0500, Robby Dermody wrote: >Hey guys, > >I've ran into a little problem. I have been porting an piece of software to >Cygwin. It builds and initially runs fine, but when I get a SIGALRM signal, >which I use for asynchronous timers, a few things return with an EIN

System calls getting interrupted with signals, even with SA_RESTART

2003-12-13 Thread Robby Dermody
Hey guys, I've ran into a little problem. I have been porting an piece of software to Cygwin. It builds and initially runs fine, but when I get a SIGALRM signal, which I use for asynchronous timers, a few things return with an EINTR: -select() -IPC semaphores (using CygIPC) Note that I am assert