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

Top Page
Delete this message
Author: admin
Date:  
To: pcre-dev
Old-Topics: [pcre-dev] [Bug 2334] New: "make test" reports test failures when running on macOS (x86_64)
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

Tim Stack <timothyshanestack@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |timothyshanestack@???
         Resolution|FIXED                       |---
             Status|RESOLVED                    |REOPENED


--- Comment #37 from Tim Stack <timothyshanestack@???> ---
Sorry to reopen, but there seems to be a bad interaction with MAP_JIT and
fork() on macos. With the 8.43 release, if you jit compile a regex, then
fork(), the child process will crash when trying to do a match or compiling a
new regex. I compiled a version where MAP_JIT was not set and things worked
fine.

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