Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
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
Date: Sat, 1 Jan 2005 21:00:26 -0500
From: Christopher Faylor <cgf-no-personal-reply-please@cygwin.com>
To: cygwin@cygwin.com
Subject: Re: Behavior change with 20041231 snapshot
Message-ID: <20050102020026.GA16367@trixie.casa.cgf.cx>
Reply-To: cygwin@cygwin.com
References: <16855.10879.502500.74240@gargle.gargle.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/

