Re: [pcre-dev] PCRE2 10.21 JIT matching causes Valgrind erro…

Top Page
Delete this message
Author: Giuseppe D'Angelo
Date:  
To: Tavian Barnes
CC: pcre-dev
Subject: Re: [pcre-dev] PCRE2 10.21 JIT matching causes Valgrind errors
Hi,

On Tue, Jan 12, 2016 at 10:55 PM, Tavian Barnes <tavianator@???>
wrote:

> $ valgrind -q ./foo



This call is very suspicious. You should pass --smc-check=all-non-file to
Valgrind, otherwise it can't understand the JIT-generation of code.

HTH,
--
Giuseppe D'Angelo