Re: 1.7.8-1: Signals do NOT interrupt interruptible calls in threads.

2011-04-14 Thread Christopher Faylor
On Thu, Apr 14, 2011 at 07:32:07PM +0100, Andy Koppe wrote: >I don't know, and the core Cygwin developers appear to be away or too >busy. Have you tried it? I'm not away but I have answered this question in the past. Yes, signals do NOT interrupt interruptible calls in threads. It's a current li

Re: 1.7.8-1: Signals do NOT interrupt interruptible calls in threads.

2011-04-14 Thread Andy Koppe
2011/4/7 Marcin Konarski: > On Wed, Mar 30, 2011 at 01:52:05PM +0200, Marcin Konarski wrote: >> Hello list. >> >> I have a code that depends on calls that are normally interruptible >> by signals to be interrupted by signal delivery also in threads. >> >> In my installation of cygwin I see that cal

Re: 1.7.8-1: Signals do NOT interrupt interruptible calls in threads.

2011-04-07 Thread Marcin Konarski
On Wed, Mar 30, 2011 at 01:52:05PM +0200, Marcin Konarski wrote: > Hello list. > > I have a code that depends on calls that are normally interruptible > by signals to be interrupted by signal delivery also in threads. > > In my installation of cygwin I see that calls are interrupted > as long as