[Bug 2125943] Re: rust-coreutils: dd: Broken pipe
Julian Andres Klode
2125943 at bugs.launchpad.net
Wed Jan 21 16:47:36 UTC 2026
** Also affects: rust-coreutils via
https://github.com/uutils/coreutils/issues/10214
Importance: Unknown
Status: Unknown
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to rust-coreutils in Ubuntu.
https://bugs.launchpad.net/bugs/2125943
Title:
rust-coreutils: dd: Broken pipe
Status in rust-coreutils:
Unknown
Status in openssh package in Ubuntu:
Fix Released
Status in rust-coreutils package in Ubuntu:
Triaged
Status in systemd package in Ubuntu:
Invalid
Bug description:
Reproducer:
root at q:~# dd --version
dd (uutils coreutils) 0.1.0
root at q:~# dd if=/dev/random count=256 > /tmp/a
256+0 records in
256+0 records out
131072 bytes (131 kB, 128 KiB) copied, 0.00106029 s, 131 MB/s
root at q:~# dd if=/dev/random count=256 | cmp /tmp/a
/tmp/a - differ: byte 1, line 1
dd: IO error: Broken pipe
root at q:~# gnudd if=/dev/random count=256 | cmp /tmp/a
/tmp/a - differ: byte 1, line 1
--
This affects at least a couple of package's autopkgtests.
To manage notifications about this bug go to:
https://bugs.launchpad.net/rust-coreutils/+bug/2125943/+subscriptions
More information about the foundations-bugs
mailing list