[pcre-dev] [Bug 2334] "make test" reports test failures when…

Top Page
Delete this message
Author: admin
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 2334] "make test" reports test failures when running on macOS (x86_64)
https://bugs.exim.org/show_bug.cgi?id=2334

--- Comment #22 from Rich Siegel <siegel@???> ---
(In reply to Carlo Marcelo Arenas Belón from comment #20)
> Wouldn't in that case make more sense that the check be done at compile time
> using a suitable macro in pcre's configure?


I'm afraid it wouldn't.

The decision to use MAP_JIT must be made at runtime, because whether MAP_JIT is
appropriate depends on the version of macOS in use as of when the PCRE2 code is
executed.

This may happen on an entirely different version of macOS from the computer on
which PCRE2 was configured and built.

What problem is it that you're trying to address with your proposed change?

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