On 13/02/2024 14:14, Rémy Maucherat wrote:
On Tue, Feb 13, 2024 at 2:12 PM Mark Thomas <ma...@apache.org> wrote:

Hi all,

Just a quick status update.

I was hopping to have tagged 11.0.x by now but I have found a couple of
issues.

1. FFM on MacOS is broken. This might be related to me updating OpenSSL
(via homebrew) from 3.2.0 to 3.2.1

I tested a fresh build of trunk (3.3 dev) and it seems to work fine
for me on Linux. What is the error ?

This isn't OpenSSL or Java EA version related.

There error is:

"WARNING: <path to java executable> is loading libcrypto in an unsafe way"

and then the JVM exits.

It is caused by this commit:
https://github.com/apache/tomcat/commit/830771823edbb79d2884eb1c6f5122e81df4df78

I found this GitHub issue comment

https://github.com/cl-plus-ssl/cl-plus-ssl/issues/114#issuecomment-770370592

that suggests that what is happening is Tomcat is trying to load "/usr/lib/libcrypto.dylib" which is a stub which is intended to trigger the crash.

2. I'm seeing a couple of HTTP/2 test failures on Windows.

I'm looking at these now.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to