Follow-up Comment #1, bug #19491 (project grep):

Current cvs does not have this problem anymore:

  $ src/grep -m 1 -A 99 '^a .b$' ~/test.txt
  a .b
  a .c

But indeed with grep-2.5.1:

  $ LC_ALL=C src/grep -m 1 -A 99 '^a .b$' ~/test.txt
  a .b
  Segmentation fault

  $ LC_ALL=en_GB.utf8 src/grep -m 1 -A 99 '^a .b$' ~/test.txt
  a .b
  grep: Memory exhausted

Thanks for reporting.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?19491>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



Reply via email to