bug#71079: Bug Report: Unexpected Termination of grep Process

2024-05-20 Thread Joseph Joshua
Dear GNU Grep Maintainers, I have upgraded to GNU grep version 3.11 and re-ran the test. Unfortunately, the issue persists. Below are the detailed steps and the transcript of the commands and their outputs: ### System Information: - **Grep Version**: 3.11 - **Operating System**: Debian GNU/Linux

bug#71079: bug#71013: Bug Report: Unexpected Termination of grep Process

2024-05-20 Thread Paul Eggert
On 2024-05-17 05:52, Joseph Joshua wrote: 1. Run the following command as part of a build process: grep -r 'pattern' /path/to/directory Please give us a way to reproduce the bug; including the actual pattern that you're using. Otherwise we won't be able to help. Also, please reply to <71...@

bug#71079: Bug Report: Unexpected Termination of grep Process

2024-05-20 Thread Dale R. Worley
Joseph Joshua writes: $ ls -l /path/to/directory total 4 -rw-r--r-- 1 user user 20 May 17 12:34 file1.txt -rw-r--r-- 1 user user 15 May 17 12:34 file2.txt drwxr-xr-x 2 user user 4096 May 17 12:34 subdir Does this mean that the actual name of the directory is /path/to/directo

bug#71087: grep.in.1: some remarks and editorial changes for this man page

2024-05-20 Thread Bjarni Ingi Gislason
Here are some notes and editorial fixes for the manual. The patch is in the attachment. -.- The difference between the formatted outputs can be seen with: nroff -man > nroff -man > diff -u and for groff, using "printf '%s\n%s\n' '.kern 0' '.ss 12 0' | groff -man -Z - " instea