bug#29032: grep 3.x: 2.4MB big file causes 'Value too large for defined data type'

2017-10-28 Thread Uwe Sauter
Hi again, as I was able to reproduce this with other utilities as well I conclude that this is not a bug in grep but in perhaps in glibc or more probably in ntfs-3g. The files I was reading are from a disk image created with ddrescue and contain a NTFS partition. Sorry for the noise, Uwe

bug#29032: grep 3.x: 2.4MB big file causes 'Value too large for defined data type'

2017-10-27 Thread Uwe Sauter
Hi, I have several small files where grep'ing for a static string results in 'Value too large for defined data type'. E.g. $ grep 123456 2fort.bsp grep: 2fort.bsp: Value too large for defined data type But grep'ing for a shorter search string succeeds: $ grep 123 2fort.bsp grep: 2fort.bsp mat