------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=1121




--- Comment #3 from Petr Pisar <[email protected]>  2011-06-13 10:54:08 ---
On Sun, Jun 12, 2011 at 03:51:23PM +0100, Philip Hazel wrote:
> 
> 5. If you are running into a problem of stack overflow, you have the
> following choices:
> 
>   (a) Work on your regular expression pattern so that it uses less 
>       memory. Sometimes using atomic groups can help with this.
>   (b) Increase the size of your process stack.
>   (c) Compile PCRE to use the heap instead of the stack.
>   (d) Set PCRE's recursion limit small enough so that it gives an error
>       before the stack overflows.    
> 
May I have a question? If I compile pcre to use stack and then to use heap,
will be the two libraries binary compatible?

-- Petr


-- 
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email

-- 
## List details at https://lists.exim.org/mailman/listinfo/pcre-dev 

Reply via email to