[Libreoffice-bugs] [Bug 154105] XCloseBroadcaster: Calc document instance calls XCloseListener::queryClosing AFTER closing the document

2023-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154105

--- Comment #4 from Cesar  ---
(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
>  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
>  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.

[Libreoffice-bugs] [Bug 154105] XCloseBroadcaster: Calc document instance calls XCloseListener::queryClosing AFTER closing the document

2023-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154105

--- Comment #3 from Buovjaga  ---
(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
 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
 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

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

[Libreoffice-bugs] [Bug 154105] XCloseBroadcaster: Calc document instance calls XCloseListener::queryClosing AFTER closing the document

2023-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154105

--- Comment #2 from Cesar  ---
Created attachment 188253
  --> https://bugs.documentfoundation.org/attachment.cgi?id=188253=edit
Sample add-on and testing app

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

[Libreoffice-bugs] [Bug 154105] XCloseBroadcaster: Calc document instance calls XCloseListener::queryClosing AFTER closing the document

2023-07-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154105

Buovjaga  changed:

   What|Removed |Added

 CC||ilmari.lauhakangas@libreoff
   ||ice.org
 Whiteboard| QA:needsComment|

--- Comment #1 from Buovjaga  ---
Can you attach an example extension that shows this?

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

[Libreoffice-bugs] [Bug 154105] XCloseBroadcaster: Calc document instance calls XCloseListener::queryClosing AFTER closing the document

2023-05-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154105

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Blocks||143781


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=143781
[Bug 143781] [META] Development- and code-related bug reports and tasks
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 154105] XCloseBroadcaster: Calc document instance calls XCloseListener::queryClosing AFTER closing the document

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154105

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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