Public bug reported:

dpigs produces its output, then shows an error:

    sort: write failed: 'standard output': Broken pipe

dpigs end with a 'sort | head' pipeline. This error is due to sort's new
behaviour in rust-coreutils when being passed into a pipe that's closed
mid-write, which is exactly what head does.

Minimally, this is reproducible with:

    $ echo 1 | sort | head -n0
    sort: write failed: 'standard output': Broken pipe

This is either a latent bug in dpigs or a regression in rust-coreutils.

** Affects: debian-goodies (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2133156

Title:
  dpigs shows a "write failed" error after its output

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-goodies/+bug/2133156/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to