https://bz.apache.org/bugzilla/show_bug.cgi?id=69936
--- Comment #10 from Martin FĂșsek <[email protected]> --- I used wireshark/tcpdump to identify change in TLS protocol level. In fips is session ticket maybe not allowed (and is only my problem with obscure environment). My current smoking gun is change in setCipherSuitesEx but this is same with tomcat 9. Or another change of removal of engine support which is change from native 1.3.x used in tomcat 9. But it is crystal ball divination (and i have already tried 4 different changes). I used resident set (RES) in OS level tool - top (virtual space is in every java process extremely large). >From native core dump i see a lot of X509 cert data, it looks like client certs, maybe open ssl sessions. JNI and libopenssl use generic libc malloc, which yourtrack cant see in, valgrind use only heuristics to identify memory leaks. GDB is very slow to setup and write commands. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
