------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=1471 Summary: Crash with long regular expression and JIT enabled. Product: PCRE Version: 8.35 Platform: Other OS/Version: Linux Status: NEW Severity: bug Priority: medium Component: Code AssignedTo: [email protected] ReportedBy: [email protected] CC: [email protected] I found long regular expression that crashes pcre (I used pcregrep to reproduce) when JIT is enabled. I will attach necessary files in next posts. Here is command line that I used $ ./pcregrep -f regex.txt test.txt Segmentation fault Without JIT all works fine $ ./pcregrep --no-jit -f regex.txt test.txt $ -- Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email -- ## List details at https://lists.exim.org/mailman/listinfo/pcre-dev
