Changes between Version 1 and Version 2 of Ticket #58437


Ignore:
Timestamp:
May 4, 2019, 9:37:28 AM (5 years ago)
Author:
essandess (Steve Smith)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58437 – Description

    v1 v2  
    77The offending routines in this example are: {{{sljit_free_code}}} and {{{_pcre_jit_compile}}}.
    88
    9 See this PR for a {{{Portfile}}} example of the {{{rspamd}}} port that forces the use of the native {{{/usr/lib/libpcre.dylib}}} library (compiled without jit) to avoid this issue.
     9See this PR for a {{{Portfile}}} example of the {{{rspamd}}} port that forces the use of the native {{{/usr/lib/libpcre.dylib}}} library (compiled without jit) to avoid this issue: https://github.com/macports/macports-ports/commit/3778fcef647b9d3cfa19f40fd4d59aa97ae1f25a
    1010
    1111In the current {{{rspamd}}} build that uses native pcre, it reports in its logs: