Re: bash cannot switch background/foreground for aplay

2020-03-06 Thread Chet Ramey
On 3/6/20 1:57 AM, Chao Song wrote: > Hi, Bash Developers, > >     I found that bash cannot switch background/foreground for aplay. > > To reproduce: > >     1. run aplay: aplay -Dhw:0,0 -f dat -i -c2 -vvv ./somewave.wav > >     2. press CTRL + Z to switch to backgro

bash cannot switch background/foreground for aplay

2020-03-06 Thread Chao Song
Hi, Bash Developers,     I found that bash cannot switch background/foreground for aplay. To reproduce:     1. run aplay: aplay -Dhw:0,0 -f dat -i -c2 -vvv ./somewave.wav     2. press CTRL + Z to switch to background     3. press fg to switch to foreground.  [Failed at this step, seems