When I run a daily build and create a new Writer document, I get, along with other console noise, two lines about failed attempts to open a Java-related shared object: warn:sal.osl:4895:4895:sal/osl/unx/module.cxx:155: dlopen(/opt/libreofficedev7.3/program/libjava_gcc3.so, 257): /opt/libreofficedev7.3/program/libjava_gcc3.so: cannot open shared object file: No such file or directory warn:sal.osl:4895:4895:sal/osl/unx/module.cxx:155: dlopen(/opt/libreofficedev7.3/program/libgcc3_java.so, 257): /opt/libreofficedev7.3/program/libgcc3_java.so: cannot open shared object file: No such file or directory dlopen should not be attempted on a non-existent file. Even if the file was expected to exist (which it shouldn't - everything under /opt/libreofficedev7.3/ was installed with LO 7.3's DEBs, so the contents of that directory should be known apriori) - there should still be an attempt to locate the file, then finally a dlopen() once the so has been found.
Build info: Version: 7.3.0.0.alpha0+ / LibreOffice Community Build ID: c998691e22ceda15c89d55cf7005201f0392dadb CPU threads: 4; OS: Linux 5.10; UI render: default; VCL: gtk3 Locale: en-US (en_IL); UI: en-US TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time: 2021-10-14_11:54:20 Calc: threaded
Bug still manifests with: Version: 7.4.0.0.alpha0+ / LibreOffice Community Build ID: 250e4886d85a7e131da76f181b3fa7be02d1a76d CPU threads: 4; OS: Linux 5.10; UI render: default; VCL: gtk3 Locale: en-IL (en_IL); UI: en-US
*** This bug has been marked as a duplicate of bug 144115 ***