Bug 155718 - Regression bug in 7.5.3.2 version
Summary: Regression bug in 7.5.3.2 version
Status: RESOLVED INSUFFICIENTDATA
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: LibreOffice (show other bugs)
Version:
(earliest affected)
7.5.3.2 release
Hardware: All Linux (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-06-07 15:43 UTC by Dan658
Modified: 2024-02-25 03:14 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments
Sample on Python for reproducing the problem (8.68 KB, application/x-zip-compressed)
2023-06-07 15:43 UTC, Dan658
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dan658 2023-06-07 15:43:51 UTC
Created attachment 187771 [details]
Sample on Python for reproducing the problem

We try insert LibreOffice frame to custom window.
In 7.3.6.2 it working, in 7.5.3.2 not.


For reproduce it
1. Unpack attached archive
2. Install Tkinter library: sudo apt-get install python3-tk
3. Run sample: python3 lo.py

Sergey.
Comment 1 Dan658 2023-06-07 15:58:02 UTC
Looks like as duplicate of 142692
Comment 2 Dan658 2023-06-28 15:28:02 UTC
Hi. 
Why unconfirmed? 
See https://bugs.documentfoundation.org/show_bug.cgi?id=142692
Sergey.
Comment 3 Stéphane Guillou (stragu) 2023-07-28 16:41:40 UTC
Tested with:

Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 24d0a62bd75b9a895c419aa165da648ab18f134d
CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: en-AU (en_AU.UTF-8); UI: en-US
Calc: threaded

I changed the libreoffice executable in the lo.py script from "soffice" to "libreofficedev24.2".

I get the following in the console:

/opt/libreofficedev24.2/program/soffice.bin: symbol lookup error: /usr/lib/libreoffice/program/libmergedlo.so: undefined symbol: _ZN9xmlreader9XmlReaderC1ERKN3rtl8OUStringE
1
Exception in Tkinter callback
Traceback (most recent call last):
  File "/usr/lib/python3.8/tkinter/__init__.py", line 1892, in __call__
    return self.func(*args)
  File "/usr/lib/python3.8/tkinter/__init__.py", line 814, in callit
    func(*args)
  File "lo.py", line 97, in doWork
    frame, peer = createViewer(id)
  File "lo.py", line 66, in createViewer
    context = resolver.resolve(connectionString)
uno.com.sun.star.connection.NoConnectException: Connector : couldn't connect to socket (Connection refused)

In 7.3.7.2, I get something similar, except for the NoSuchElementException instead of the symbol lookup error:

terminate called after throwing an instance of 'com::sun::star::container::NoSuchElementException'
1
Exception in Tkinter callback[...]

Are you sure it used to work with version 7.3 ?
What error do you get?
Comment 4 QA Administrators 2024-01-25 03:26:12 UTC Comment hidden (obsolete)
Comment 5 QA Administrators 2024-02-25 03:14:38 UTC
Dear Dan658,

Please read this message in its entirety before proceeding.

Your bug report is being closed as INSUFFICIENTDATA due to inactivity and
a lack of information which is needed in order to accurately
reproduce and confirm the problem. We encourage you to retest
your bug against the latest release. If the issue is still
present in the latest stable release, we need the following
information (please ignore any that you've already provided):

a) Provide details of your system including your operating
   system and the latest version of LibreOffice that you have
   confirmed the bug to be present

b) Provide easy to reproduce steps – the simpler the better

c) Provide any test case(s) which will help us confirm the problem

d) Provide screenshots of the problem if you think it might help

e) Read all comments and provide any requested information

Once all of this is done, please set the bug back to UNCONFIRMED
and we will attempt to reproduce the issue. Please do not:

a) respond via email 

b) update the version field in the bug or any of the other details
   on the top section of our bug tracker

Warm Regards,
QA Team

MassPing-NeedInfo-FollowUp