[pcre-dev] [Bug 2570] JIT test failure with increased match …

Top Page
Delete this message
Author: admin
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 2570] JIT test failure with increased match limit
https://bugs.exim.org/show_bug.cgi?id=2570

Zoltan Herczeg <hzmester@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hzmester@???


--- Comment #1 from Zoltan Herczeg <hzmester@???> ---
Wow, this is a very funny bug. It turned out that with the default 10000000
match limit both the interpreter and JIT fails with -47, and since they show
the same behaviour, it is accepted as success. However, with 20000000 match
limit, the interpreter does not fail anymore. It is known that the match limit
works differently in the interpreter and JIT, so this is also correct as well.

Philip, I propose the following change: JIT test should force a match limit.
What do you think?

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