------- You are receiving this mail because: -------
You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=1068
Summary: Another segfault with --color=auto option
Product: PCRE
Version: 8.11
Platform: Macintosh
OS/Version: MacOS X
Status: NEW
Severity: bug
Priority: medium
Component: Code
AssignedTo: ph10@???
ReportedBy: bert@???
CC: pcre-dev@???
Created an attachment (id=449)
--> (
http://bugs.exim.org/attachment.cgi?id=449)
input file 'triples-test.txt'
I was a little bit experimenting with the -M option on a small textfile
'triples-test.txt' (see attachment).
At some time I executed the command
pcregrep -M "triple:\t.*\n\n" triples-test.txt; echo "RC=$?"
which gave me some output and RC=0. In order to understand the output better I
tried the same with color:
pcregrep --color=auto -M "triple:\t.*\n\n" triples-test.txt; echo "RC=$?"
But it came back with "Segmentation fault" and RC=139
--
Configure bugmail:
http://bugs.exim.org/userprefs.cgi?tab=email