Processed: Re: Bug#736198: undeterministic output when running egrep repeatedly with the same input

2014-01-27 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > fixed 736198 kfreebsd-9/9.1-3 Bug #736198 [kfreebsd-image-9.0-2-amd64] undeterministic output when running egrep repeatedly with the same input Marked as fixed in versions kfreebsd-9/9.1-3. > fixed 736198 kfreebsd-9/9.2-1 Bug #736198 [kfreebsd-im

Processed: Re: Bug#736198: undeterministic output when running egrep repeatedly with the same input

2014-01-27 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > notfixed 736198 9.2-1 Bug #736198 [kfreebsd-image-9.0-2-amd64] undeterministic output when running egrep repeatedly with the same input There is no source info for the package 'kfreebsd-image-9.0-2-amd64' at version '9.2-1' with architecture ''

Processed: Re: Bug#736198: undeterministic output when running egrep repeatedly with the same input

2014-01-27 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > fixed 736198 9.2-1 Bug #736198 [kfreebsd-image-9.0-2-amd64] undeterministic output when running egrep repeatedly with the same input There is no source info for the package 'kfreebsd-image-9.0-2-amd64' at version '9.2-1' with architecture '' Una

Processed: Bug#736198: undeterministic output when running egrep repeatedly with the same input

2014-01-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > found 736198 9.0-10+deb70.5 Bug #736198 [kfreebsd-image-9.0-2-amd64] undeterministic output when running egrep repeatedly with the same input Marked as found in versions kfreebsd-9/9.0-10+deb70.5. > fixed 736198 9.1-3 Bug #736198 [kfreebsd-image-

Bug#736198: undeterministic output when running egrep repeatedly with the same input

2014-01-21 Thread Robert Millan
reassign 736198 kfreebsd-image-9.0-2-amd64 thanks Hi! On 21/01/2014 04:24, Steven Chamberlain wrote: > Bug is probably with kfreebsd-9 before 9.1, returning a wrong result to > lseek (fd, cur, SEEK_HOLE), which is used since grep 2.13: > >> * Noteworthy changes in release 2.13 (2012-07-04) [stab

Processed: Re: Bug#736198: undeterministic output when running egrep repeatedly with the same input

2014-01-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > reassign 736198 kfreebsd-image-9.0-2-amd64 Bug #736198 [grep] undeterministic output when running egrep repeatedly with the same input Bug reassigned from package 'grep' to 'kfreebsd-image-9.0-2-amd64'. No longer marked as found in versions grep/

Bug#736198: undeterministic output when running egrep repeatedly with the same input

2014-01-20 Thread Steven Chamberlain
Bug is probably with kfreebsd-9 before 9.1, returning a wrong result to lseek (fd, cur, SEEK_HOLE), which is used since grep 2.13: > * Noteworthy changes in release 2.13 (2012-07-04) [stable] > > ** New features > 'grep' without -z now treats a sparse file as binary, if it can > easily determ

Bug#736198: undeterministic output when running egrep repeatedly with the same input

2014-01-20 Thread Robert Millan
On 20/01/2014 23:12, Robert Millan wrote: > $ for i in $(seq 100) ; do egrep > '^#[[:space:]]*define[[:space:]]+MNT_[A-Z]+[[:space:]]+0x[0-9]+[[:space:]]*' > /usr/src/kfreebsd-headers-10.0-1/sys/sys/mount.h | grep MNT_RDONLY | head -n > 1 ; done | wc -l > 72 Interestingly, when the receiving en

Bug#736198: undeterministic output when running egrep repeatedly with the same input

2014-01-20 Thread Robert Millan
Package: grep Version: 2.15-2 File: /bin/egrep Severity: grave User: debian-...@lists.debian.org Usertags: kfreebsd The following command is supposed to yield a match every time (i.e. egrep should filter the line containing MNT_RDONLY from sys/mount.h). However, approximately 20% of the time it d