Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Sep 2014 22:56:28 +0200
From:      Stefan Ehmann <shoesoft@gmx.net>
To:        freebsd-stable@freebsd.org
Subject:   xzgrep: incomplete results on larger files
Message-ID:  <541DE9FC.2090003@gmx.net>

next in thread | raw e-mail | index | archive | help
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).



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?541DE9FC.2090003>