Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > gnu.bash.bug > #15133

background, pipeline, hang

Path csiph.com!goblin1!goblin.stu.neva.ru!usenet.stanford.edu!not-for-mail
From Mike Jonkmans <bashbug@jonkmans.nl>
Newsgroups gnu.bash.bug
Subject background, pipeline, hang
Date Fri, 12 Jul 2019 16:00:57 +0200 (CEST)
Lines 24
Approved bug-bash@gnu.org
Message-ID <mailman.1001.1562940147.2688.bug-bash@gnu.org> (permalink)
References <20190712140057.7F34B12552B@sint.jonkmans.nl>
NNTP-Posting-Host lists.gnu.org
X-Trace usenet.stanford.edu 1562940148 2716 209.51.188.17 (12 Jul 2019 14:02:28 GMT)
X-Complaints-To action@cs.stanford.edu
To bug-bash@gnu.org,bash@packages.debian.org
Envelope-to bug-bash@gnu.org
X-SourceIP 62.163.69.112
X-Ziggo-spambar /
X-Ziggo-spamscore 0.0
X-Ziggo-spamreport CMAE Analysis: v=2.3 cv=edRDgIMH c=1 sm=1 tr=0 a=ONQKbMlQgRqYTzjcV855Rg==:17 a=0o9FgrsRnhwA:10 a=ZA074Q7XH-GHoA3QDx8A:9
X-Ziggo-Spam-Status No
X-detected-operating-system by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic]
X-Received-From 212.54.42.168
X-BeenThere bug-bash@gnu.org
X-Mailman-Version 2.1.23
Precedence list
List-Id Bug reports for the GNU Bourne Again SHell <bug-bash.gnu.org>
List-Unsubscribe <https://lists.gnu.org/mailman/options/bug-bash>, <mailto:bug-bash-request@gnu.org?subject=unsubscribe>
List-Archive <https://lists.gnu.org/archive/html/bug-bash>
List-Post <mailto:bug-bash@gnu.org>
List-Help <mailto:bug-bash-request@gnu.org?subject=help>
List-Subscribe <https://lists.gnu.org/mailman/listinfo/bug-bash>, <mailto:bug-bash-request@gnu.org?subject=subscribe>
X-Mailman-Original-Message-ID <20190712140057.7F34B12552B@sint.jonkmans.nl>
Xref csiph.com gnu.bash.bug:15133

Show key headers only | View raw


Configuration Information [Automatically generated, do not change]:
Machine: x86_64
OS: linux-gnu
Compiler: gcc
Compilation CFLAGS:  -DPROGRAM='bash' -DCONF_HOSTTYPE='x86_64' -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='x86_64-pc-linux-gnu' -DCONF_VENDOR='pc' -DLOCALEDIR='/usr/share/locale' -DPACKAGE='bash' -DSHELL -DHAVE_CONFIG_H   -I.  -I../. -I.././include -I.././lib  -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/build/bash-N2nMjo/bash-4.4.18=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wno-parentheses -Wno-format-security
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
Machine Type: x86_64-pc-linux-gnu

Bash Version: 4.4
Patch Level: 20
Release Status: release

Description:
	A pipeline, with two or more pipes, hangs when a background job is running.
	Only when the background job finishes, the shell prompts again.
	Without the background job, the shell prompts immediately.

Repeat-By:
	: | : | : ## immediately finishes
	sleep 10 &
	: | : | : ## this hangs (^C, ^\, ^Z do not help) until the sleep finishes

Regards, Mike

Back to gnu.bash.bug | Previous | Next | Find similar | Unroll thread


Thread

background, pipeline, hang Mike Jonkmans <bashbug@jonkmans.nl> - 2019-07-12 16:00 +0200

csiph-web