X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:date:from:to:subject:message-id:reply-to
	:references:mime-version:content-type:content-transfer-encoding
	:in-reply-to; q=dns; s=default; b=apol36uhewr4/Cg02iRGdtKC5KASB1
	E+7lW7sjl2HfFShMSEHMBN73o1SeaafiS2pCVd74EU3UB/zN4wd6YDocQ1Wcy3C4
	u0PCANSMRm0bNDhNsLVRnikc0mXLOvd0zg6nOdiUnLYoxHKK6Hr1v4ZZ25+u0KE9
	BRI+0sM5wJKys=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:date:from:to:subject:message-id:reply-to
	:references:mime-version:content-type:content-transfer-encoding
	:in-reply-to; s=default; bh=CPjEUKJFL1q+ufVDkIIgcUMgyUY=; b=eS2G
	qPw8S17sEYg5sIVEkWR3gPRDa2XqmqNStEeBxJdh+X+TGr80s+/YtVUuqEEmmDEP
	OOn60oDIK5djBiYKRO4cmQtpXx9kJN1mc5R/lNM6RsRPrnvTQLqPHvklYMS2ceIW
	Xw7IX8l/6htDJreFwVeheWU9fzHPGN8dyZNZ6oY=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.1
Date: Thu, 6 Jun 2013 19:27:50 +0200
From: Corinna Vinschen <corinna-cygwin@cygwin.com>
To: cygwin@cygwin.com
Subject: Re: resuming backgrounded job causes hang (Cygwin 1.7.19 / Dothan 1.7GHz)
Message-ID: <20130606172750.GF13320@calimero.vinschen.de>
Reply-To: cygwin@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
References: <CANi_VVc45nC55fKpCriAp6=VE+4CUvASi6Ks2nFrQ=tLktSzXg@mail.gmail.com> <51B05080.3030106@noprivatereply.com> <20130606110210.GA13320@calimero.vinschen.de> <20130606155200.GC13320@calimero.vinschen.de> <51B0BE79.1020407@noprivatereply.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
In-Reply-To: <51B0BE79.1020407@noprivatereply.com>
User-Agent: Mutt/1.5.21 (2010-09-15)

On Jun  6 18:53, Seb.Th wrote:
> Le 06/06/2013 17:52, Corinna Vinschen a écrit :
> 
> >Ok, I found the reason for this behaviour.  There was a potential
> >starvation problem which really only got hold on single-CPU/single
> >core systems.  Two threads were locking a mutex and waiting for each
> >other.  The one thread which could have resolved the problem never got
> >CPU time due to the locking mechanism and an extremly tight window in
> >which the other thread unlocked the mutex.
> >
> >I fixed the problem in CVS and I've just created a new 2013-06-06 32 bit
> >developer snapshot, which you can find on http://cygwin.com/snapshots/,
> >as well as a 64 bit DLL 1.7.20-1 which I uploaded as part of the 64 bit
> >test distro.
> >
> >Please test and send feedback.
> 
> 
> 2013-06-06 32 bit snapshot successfully tested here (Win XP SP3).
> mc, lftp, bash scripts subshell : OK.
> All went fine, no more freeze.
> 
> Many thanks !

Thanks for the feedback!


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Maintainer                 cygwin AT cygwin DOT com
Red Hat

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

