On 17/06/2021 11:41, Michael Stahl wrote:
... perhaps like this: first JVM loads /usr/lib64/libnss3.so via nssLibraryDirectory, then some LO library is loaded that is linked to libnss3util.so and finds program/libnssutil3.so via RPATH, then JVM loads libnss3util.so but since a shared object with that name is already loaded it's a no-op.

...or, more likely, first some LO library caused the LO program/libnss3util.so to be loaded, and then the JVM loaded /usr/lib64/libnss3.so, which likely has a DT_NEEDED of libnss3util.so (at least my nss-3.65.0-1.fc34.x86_64 does) and, as you already concluded, happily picks up the wrong, already loaded program/libnss3util.so

_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to