Bug: grep -P crash when grepping a file containing a byte 0xF5

2014-01-18 Thread Bill Meier
Hi: I recently noticed that cygwin 'grep -P' crashes when grepping over a file which contains a byte 0xF5. $ od -t x1 tfx.txt 000 f5 001 $ grep -P a tfx.txt Aborted (core dumped) $ grep -E a tfx.txt $ Cygwin Configuration Diagnostics Current System Time: Sat Jan 18 15:46:23

Re: Bug: grep -P crash when grepping a file containing a byte 0xF5

2014-01-18 Thread Christopher Faylor
On Sat, Jan 18, 2014 at 04:36:10PM -0500, Bill Meier wrote: Hi: I recently noticed that cygwin 'grep -P' crashes when grepping over a file which contains a byte 0xF5. $ od -t x1 tfx.txt 000 f5 001 $ grep -P a tfx.txt Aborted (core dumped) $ grep -E a tfx.txt $ This seems to be