Closed eush77 closed 5 years ago
On my Linux box, the following gets trash stuck:
trash
$ mkfifo a.fifo $ trash a.fifo # (hangs)
The trace leads to mount-point and @sindresorhus/df, which spawn a df process which tries to open() a fifo file which gets blocked until the other end opens it first. Reported upstream: https://github.com/kevva/mount-point/issues/4.
@sindresorhus/df
df
open()
https://github.com/kevva/mount-point/issues/4#issuecomment-528819467
On my Linux box, the following gets
trash
stuck:The trace leads to mount-point and
@sindresorhus/df
, which spawn adf
process which tries toopen()
a fifo file which gets blocked until the other end opens it first. Reported upstream: https://github.com/kevva/mount-point/issues/4.