https://bugs.exim.org/show_bug.cgi?id=1663

Zoltan Herczeg <hzmes...@freemail.hu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hzmes...@freemail.hu

--- Comment #1 from Zoltan Herczeg <hzmes...@freemail.hu> ---
thank you for the report. The -27 is PCRE_ERROR_JIT_STACKLIMIT, which means the
default 32K stack is not enough for this pattern (it have to save the capturing
bracket frequently).

Please read about the JIT stack in the manual:

http://man7.org/linux/man-pages/man3/pcrejit.3.html

Section "CONTROLLING THE JIT STACK".

You need to allocate a bigger stack with pcre_jit_stack_alloc().

Regards,
Zoltan

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-- 
## List details at https://lists.exim.org/mailman/listinfo/pcre-dev 

Reply via email to