Package: pbzip2
Version: 1.0.5

If run command such as:
dd if=VeryBigFile.bin  | pbzip2 -c -z -5 | ssh r...@xxx.xxx.xxx.xxx dd 
of=VeryBigFile.bin.pbzip2

Then pbzip2 will spend all accessible memory and will be killed, unlike other 
command, when all is normal

dd if=VeryBigFile.bin | pbzip2 -c -z -5 > /dev/null
The error is present when the receiver of the data more slowly than the 
archiver.








--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to