Path: csiph.com!goblin1!goblin.stu.neva.ru!usenet.stanford.edu!not-for-mail From: Greg Wooledge Newsgroups: gnu.bash.bug Subject: Re: background, pipeline, hang Date: Fri, 12 Jul 2019 10:14:19 -0400 Lines: 18 Approved: bug-bash@gnu.org Message-ID: References: <20190712140057.7F34B12552B@sint.jonkmans.nl> <20190712141419.GA2450@eeg.ccf.org> NNTP-Posting-Host: lists.gnu.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: usenet.stanford.edu 1562940892 2888 209.51.188.17 (12 Jul 2019 14:14:52 GMT) X-Complaints-To: action@cs.stanford.edu Cc: bug-bash@gnu.org, bash@packages.debian.org To: Mike Jonkmans Envelope-to: bug-bash@gnu.org Mail-Followup-To: Mike Jonkmans , bug-bash@gnu.org, bash@packages.debian.org Content-Disposition: inline In-Reply-To: <20190712140057.7F34B12552B@sint.jonkmans.nl> User-Agent: Mutt/1.10.1 (2018-07-13) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 139.137.100.1 X-BeenThere: bug-bash@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports for the GNU Bourne Again SHell List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: <20190712141419.GA2450@eeg.ccf.org> X-Mailman-Original-References: <20190712140057.7F34B12552B@sint.jonkmans.nl> Xref: csiph.com gnu.bash.bug:15134 On Fri, Jul 12, 2019 at 04:00:57PM +0200, Mike Jonkmans wrote: > uname output: Linux sint 4.15.0-54-generic #58-Ubuntu SMP Mon Jun 24 10:55:24 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux (Why are you reporting problems on an Ubuntu system on a debian.org mailing list?) > Repeat-By: > : | : | : ## immediately finishes > sleep 10 & > : | : | : ## this hangs (^C, ^\, ^Z do not help) until the sleep finishes I cannot reproduce this. I tried bash 4.4 on Debian 10 (self-built), the standard bash 4.4 package (version 4.4-5) on Debian 9, and the standard bash 5.0 package (version 5.0-4) on Debian 10. You might want to try running a new instance of bash with --norc --noprofile to remove any dot file settings from the picture.