bug#63962: possible error in the grep program

2023-06-08 Thread Василий Алексеенко
Hello, in my work, I encountered a possible error in the grep program. $ grep -V grep (GNU grep) 3.4 1) The initial list of IP addresses in the file is formed start_list.txt . 2) Must be removed from the list start_list.txt IP addresses using a larger file exclude_list.txt grep -vF --file=exclu

bug#63962: possible error in the grep program

2023-06-08 Thread Paul Eggert
On 6/8/23 04:27, Василий Алексеенко wrote: 1) The initial list of IP addresses in the file is formed start_list.txt . 2) Must be removed from the list start_list.txt IP addresses using a larger file exclude_list.txt grep -vF --file=exclude_list.txt start_list.txt > list_grep.txt The line '10

bug#63965: grep-3.11: 'make check' fails with glibc-2.37.9000

2023-06-08 Thread Jaroslav Škarvada
Hi, with glibc-2.37.9000 (Fedora rawhide / 39): test-strtoll.c:290: assertion 'ptr == input + 1' failed test-strtoull.c:289: assertion 'ptr == input + 1' failed All other tests pass. Problem is not reproducible with glibc-2.36 thanks & regards Jaroslav