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

--- Comment #4 from Cesar <cesar.development.2...@gmail.com> ---
(In reply to Buovjaga from comment #3)
> (In reply to Cesar from comment #2)
> > Created attachment 188253 [details]
> > Sample add-on and testing app
> 
> Thanks. I didn't know exactly what to do so I
> 
> 1. Installed testCloseVeto/dist/testCloseVeto.oxt
> 2. Modified testCloseVetoLaunch/dist/runDefault.sh so OFFICE_HOME and
> PKG_INSTALL_DIR pointed to the correct places
> 
> Running runDefault.sh caused a crash and in logdefault.txt I see
> 
> warn:io.connector:71657:71657:io/source/connector/connector.cxx:93:
> Connector : couldn't connect to pipe
> "uno12081109122261949318019018331151112221168215": 10
> warn:io.connector:71657:71657:io/source/connector/connector.cxx:93:
> Connector : couldn't connect to pipe
> "uno12081109122261949318019018331151112221168215": 10
> warn:configmgr:71688:71688:configmgr/source/xcuparser.cxx:904: ignoring
> modify of unknown set member node ".uno:DeleteRows" in
> "file:///home/user/libreoffice/instdir/program/../share/registry/res/
> registry_qtz.xcd"
> warn:configmgr:71688:71688:configmgr/source/xcuparser.cxx:904: ignoring
> modify of unknown set member node ".uno:DeleteRows" in
> "file:///home/user/libreoffice/instdir/program/../share/registry/res/
> registry_ru.xcd"
> warn:io.connector:71657:71657:io/source/connector/connector.cxx:93:
> Connector : couldn't connect to pipe
> "uno12081109122261949318019018331151112221168215": 10
> warn:configmgr:71688:71688:configmgr/source/xcuparser.cxx:904: ignoring
> modify of unknown set member node ".uno:DeleteRows" in
> "file:///home/user/libreoffice/instdir/program/../share/registry/res/
> registry_pl.xcd"
> warn:configmgr:71688:71688:configmgr/source/xcuparser.cxx:159: bad set node
> <prop> member in
> "file:///home/user/libreoffice/instdir/program/../program/../user/
> uno_packages/cache/registry/com.sun.star.comp.deployment.configuration.
> PackageRegistryBackend/lu1xnzi.tmp/Addons_AOO4.xcu"
> warn:configmgr:71688:71688:configmgr/source/xcuparser.cxx:904: ignoring
> modify of unknown set member node "ToolBarItems" in
> "file:///home/user/libreoffice/instdir/program/../program/../user/
> uno_packages/cache/registry/com.sun.star.comp.deployment.configuration.
> PackageRegistryBackend/lu1xnzi.tmp/Addons_AOO4.xcu"
> warn:configmgr:71688:71688:configmgr/source/xcuparser.cxx:159: bad set node
> <prop> member in
> "file:///home/user/libreoffice/instdir/program/../program/../user/
> uno_packages/cache/registry/com.sun.star.comp.deployment.configuration.
> PackageRegistryBackend/lu1xnzh.tmp/Addons.xcu"
> Exception in thread "main" java.lang.UnsatisfiedLinkError:
> /usr/lib/jvm/java-11-openjdk/lib/libnio.so:
> /usr/lib/jvm/java-11-openjdk/lib/libnio.so: undefined symbol:
> reuseport_available
>       at java.base/java.lang.ClassLoader$NativeLibrary.load0(Native Method)
> 
> and then a huge Java trace.
> 
> Any tips?
> 
> Arch Linux 64-bit, X11
> Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community
> Build ID: 445ab2355333ddb46081baffb8b0e3bb14fe00b3
> CPU threads: 8; OS: Linux 6.4; UI render: default; VCL: kf5 (cairo+xcb)
> Locale: fi-FI (fi_FI.UTF-8); UI: en-US
> Calc: threaded
> Built on 7 July 2023

First, you did right using runDefault.sh (redirecting OFFICE_HOME and
PKG_INSTALL_DIR).
At least, that is what it was meant to be.
I really don't know what is causing the crash.  I can`t recognize any of the
error/warning messages as part of the add-on.
I would search lu1xnzh package at
~/.config/libreoffice/4/user/uno_packages/cache/uno_packages/ to see what
extension is complaining. If you can, you might disable it while testing my
app.
Alternatively, if you have an application or Calc extension of your own, you
might try to create an instance of com.example.TestCloseVeto (just like
testCloseVetoLaunch does), and register it as XDocumenrEventListener and
XCloseListener of the SpreadsheetDocument instance.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to