https://bz.apache.org/bugzilla/show_bug.cgi?id=64311
--- Comment #2 from Michael Osipov <micha...@apache.org> --- (In reply to Mark Thomas from comment #1) > I'm struggling to recreate this. > > I have APR 1.7.x compiled with --disable-threads > I have Tomcat-Native at 57da160 (just before the fix for BZ 63671) > I have tomcat master (current HEAD) > > The tests fail because of this test: > https://github.com/apache/tomcat/blob/master/java/org/apache/tomcat/jni/ > Library.java#L251 > > which has been present for 14+ years. > > How did you manage to run the test with APR threading disabled? My bad, I forgot to mention this. I have removed the if clause to see whether Tomcat really requires this. It obviously don't. Only OpenSSL < 1.1.0 requires the threading support. Please remove that check and try again. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org