[Bug 1878517] Re: please apply bash 5.0 patch 17
Launchpad Bug Tracker
1878517 at bugs.launchpad.net
Tue Jun 23 18:23:37 UTC 2020
This bug was fixed in the package bash - 5.0-6ubuntu2
---------------
bash (5.0-6ubuntu2) groovy; urgency=medium
* Apply upstream patches 017 (LP: #1878517)
-- Matthieu Clemenceau <matthieu.clemenceau at canonical.com> Thu, 18 Jun
2020 10:44:55 -0500
** Changed in: bash (Ubuntu)
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to bash in Ubuntu.
https://bugs.launchpad.net/bugs/1878517
Title:
please apply bash 5.0 patch 17
Status in bash package in Ubuntu:
Fix Released
Status in bash source package in Focal:
Confirmed
Bug description:
I am using Ubuntu 20.04 for development and has hit a bug in bash 5.0
patch 16.
I can't reproduce it in pure bash, but with bats from
https://github.com/bats-core/bats-core/ it is very easy to repro:
```
# cat << EOF > ya.bats
check() {
echo "check $@"
ls -l /proc/self/fd
}
@test "here file" {
check -p <(echo "hey")
false
}
EOF
$ bats ya.bats
```
Normally the output should contain the line
lr-x------ 1 kir kir 64 May 14 02:01 63 -> pipe:[4616918]
which is a result of a "here file" created by bash via <(echo "hey").
In my testing, about 50% of runs don't have /dev/fd/63 listed.
I found out this is a manifest of a bug introduced in bash 5.0 patch
16 (see http://ftp.gnu.org/gnu/bash/bash-5.0-patches/bash50-016)
The bug is fixed in 5.0 patch 17 (see
http://ftp.gnu.org/gnu/bash/bash-5.0-patches/bash50-017).
Please update bash to patchlevel 17.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash/+bug/1878517/+subscriptions
More information about the foundations-bugs
mailing list