I'm also seeing this on Lucid amd64, output below; bzcat corrupts data
when reading from a pipe?

strow...@beast:~/bztest$ dd if=/dev/urandom of=/tmp/fred bs=1M count=100
100+0 records in
100+0 records out
104857600 bytes (105 MB) copied, 14.982 s, 7.0 MB/s
strow...@beast:~/bztest$ zcat -f < /tmp/fred | bzcat -f > /tmp/jim
strow...@beast:~/bztest$ diff /tmp/fred /tmp/jim
Binary files /tmp/fred and /tmp/jim differ
strow...@beast:~/bztest$ bzcat -f < /tmp/fred | zcat -f > /tmp/jim
strow...@beast:~/bztest$ diff /tmp/fred /tmp/jim
strow...@beast:~/bztest$ zcat -f < /tmp/fred > /tmp/jim
strow...@beast:~/bztest$ diff /tmp/fred /tmp/jim
strow...@beast:~/bztest$

-- 
bzcat corrupts when reading from pipeline
https://bugs.launchpad.net/bugs/621130
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

Reply via email to