Thanks for the report. This is actually due to PCRE running out of stack space due to infinite recursion. The latest version of PCRE has an option to limit recursion depth, I'll see if I can use that to prevent the problem.