Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Sat, 1 Jan 2005 21:00:26 -0500 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: Behavior change with 20041231 snapshot Message-ID: <20050102020026.GA16367@trixie.casa.cgf.cx> Reply-To: cygwin AT cygwin DOT com References: <16855 DOT 10879 DOT 502500 DOT 74240 AT gargle DOT gargle DOT HOWL> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <16855.10879.502500.74240@gargle.gargle.HOWL> User-Agent: Mutt/1.4.1i On Sat, Jan 01, 2005 at 02:55:59PM -0800, David Rothenberger wrote: Content-Description: message body text >I've noticed a slight change in behavior from 1.5.12 and the 20041231 >snapshot. It's affecting my scripts, but I'm not sure whether the old or >new behavior is correct. > >The command > > % bash --login -c 'sleep 10 &' > >used to return immediately. Now, it waits until the child process >(sleep) completes. > >I've also noticed that > > % bash -c 'sleep 10 &' > >does return immediately. I've tried removing my .profile and .bashrc >files to see if that made a difference, but it doesn't. > >The command > > % bash --login -c 'setsid sleep 10 &' > >does return immediately. Hmm. I can duplicate this, so I'll fix it ASAP. Thanks for the concise bug report. I'll make sure that a fix shows up in the next snapshot. 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/