Jake Colman <jake.colman(a)xemacs.org> wrote:
Can anyone here shed any light on what Bill can do to solve his
regexp
problem? Is there anything I can explor in OO-Browser's source that I can do
mitigate the problem?
[ I'm assuming that REGEX_MALLOC is being used, but the following
probably still applies even if it isn't. ]
The value of re_max_failures in src/regex.c is probably too small.
It's 2000; try bumping it up to 20000 (this will probably suck up a lot
of memory, though), and recompile.
[ However, if REGEX_MALLOC is not being used, you must also bump up your
process's maximum allowable stack size, if you bump up
re_max_failures. ]
--
Darryl Okahata
darrylo(a)soco.agilent.com
DISCLAIMER: this message is the author's personal opinion and does not
constitute the support, opinion, or policy of Agilent Technologies, or
of the little green men that have been following him all day.