xzgrep: incomplete results on larger files

Stefan Ehmann shoesoft at gmx.net
Sat Sep 20 20:56:39 UTC 2014


I observed the following behavior on 10.1-BETA1 r271683M (amd64):

xzgrep doesn't search the complete file:
$ seq 10000 | xz > seq.xz
$ xzgrep -c . seq.xz
6775

Using regular grep works as expected:
$ xzcat seq.xz | grep -c .
10000

Processing seems to stop after 32KB (uncompressed).


More information about the freebsd-stable mailing list