https://bugs.documentfoundation.org/show_bug.cgi?id=145174

            Bug ID: 145174
           Summary: Attempt to dlopen() a missing libgcc3_java.so +
                    searching for an .so by dlopen()'s
           Product: LibreOffice
           Version: 7.3.0.0 alpha0+ Master
          Hardware: All
                OS: Linux (All)
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: LibreOffice
          Assignee: libreoffice-bugs@lists.freedesktop.org
          Reporter: eyalr...@gmx.com
            Blocks: 140879

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.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=140879
[Bug 140879] [META] Console noise
-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to