Skip to content

Process substitution hangs out on Bash 4.4 #4

@esigma5

Description

@esigma5

Hello! Not sure whether this is a docker-bash issue or an alpine issue, so excuse me if this is not the right place.

When using Process substiution in the standard way, terminal just hangs out. It seems Bash enters some infinite loop or something, because the process starts consuming too much cpu.

emasoero@emasoero-X555LAB:~$ docker run -ti bash:4.4
bash-4.4# cat <(ls)
bin
dev
etc
home
lib
media
mnt
proc
root
run
sbin
srv
sys
tmp
usr
var
^C^C

I manually installed bash 4.4 on an ubuntu docker image (16.04) and it works fine

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions