<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Application Error with invalid SAL_USE_VCLPLUGIN values"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=126272#c12">Comment # 12</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Application Error with invalid SAL_USE_VCLPLUGIN values"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=126272">bug 126272</a>
              from <span class="vcard"><a class="email" href="mailto:dednev@rambler.ru" title="Max A. Dednev <dednev@rambler.ru>"> <span class="fn">Max A. Dednev</span></a>
</span></b>
        <pre>(In reply to Jan-Marek Glogowski from <a href="show_bug.cgi?id=126272#c11">comment #11</a>)
<span class="quote">> #17 0x00007fffdfc4457a in vcl_sal::WMAdaptor::setClientMachine(X11SalFrame
> const*) const () from /opt/libreoffice6.2/program/libvclplug_genlo.so

> This is way after the plugin loader, already running gen.

> (In reply to Max A. Dednev from <a href="show_bug.cgi?id=126272#c3">comment #3</a>)
> > Created <span class=""><a href="http://bugs.documentfoundation.org/attachment.cgi?id=152629" name="attach_152629" title="ld log file for libreoffice 6.2.5">attachment 152629</a> <a href="http://bugs.documentfoundation.org/attachment.cgi?id=152629&action=edit" title="ld log file for libreoffice 6.2.5">[details]</a></span>
> > ld log file for libreoffice 6.2.5
> > 
> > Run results from LD_DEBUG=all libreoffice6.2 > log.txt 2>&1 
> > 
> > Warning: about 280 MB decompressed file size.

> This has a very interesting failure:

>       8261:     /usr/lib/x86_64-linux-gnu/libQt5Core.so.5: error: version
> lookup error: version `Qt_5.9' not found (required by
> /opt/libreoffice6.2/program/libvclplug_gtk3_kde5lo.so) (fatal)
>       8261:     file=/opt/libreoffice6.2/program/libvclplug_gtk3_kde5lo.so
> [0];  destroying link map

> It looks like LO TDF somehow now depends on some versioned Qt_5.9 symbol, if
> I understand this correctly.</span >

Yes, you're right and I suppose that this is the root of the current issue:
[makc@verstak ~]$ ldd /opt/libreoffice6.2/program/libvclplug_kde5lo.so 
/opt/libreoffice6.2/program/libvclplug_kde5lo.so:
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5: version `Qt_5.9' not found (required
by /opt/libreoffice6.2/program/libvclplug_kde5lo.so)
/opt/libreoffice6.2/program/libvclplug_kde5lo.so:
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5: version `Qt_5.9' not found (required
by /opt/libreoffice6.2/program/libvclplug_qt5lo.so)

[makc@verstak ~]$ ldd /opt/libreoffice6.2/program/libvclplug_qt5lo.so  
/opt/libreoffice6.2/program/libvclplug_qt5lo.so:
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5: version `Qt_5.9' not found (required
by /opt/libreoffice6.2/program/libvclplug_qt5lo.so)

[makc@verstak ~]$ ldd /opt/libreoffice6.2/program/libvclplug_gtk3_kde5lo.so
/opt/libreoffice6.2/program/libvclplug_gtk3_kde5lo.so:
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5: version `Qt_5.9' not found (required
by /opt/libreoffice6.2/program/libvclplug_gtk3_kde5lo.so)

All this plugins depends on newer version of Qt (5.9), but Qt version in Debian
9.9 is much older (5.7.1):
[makc@verstak ~]$ dpkg -l | grep libqt5core
ii  libqt5core5a:amd64                                5.7.1+dfsg-3+deb9u1      
                  amd64        Qt 5 core module

<span class="quote">> Just that I get this right. LO v6.2.3.2 is still working for you, but
> 6.2.4.1 doesn't start and crashes? That would very much rule out conflict
> with some Debian updates.</span >

Yes, but this isn't conflict, this is missing dependency on Qt 5.9.

<span class="quote">> And you didn't list either the qt5 or the kde5 based plugins without the
> wrong *lo postfix. What happens with them? I suspect they don't work.</span >

Yes, you've guessed right: gtk3_kde5, kde5 and qt5 aren't work.

<span class="quote">> And what desktop are you running?</span >

Plasma 5.8.6-1 (KDE5).

So sudo dpkg --purge libobasis6.2-kde-integration solves this problem under
Debian 9.9.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>