[Libreoffice-bugs] [Bug 144172] An ODB hangs indefinitely when opening on Windows with another FB instance is running

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Wed Sep 1 10:12:51 UTC 2021


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

Mike Kaganski <mikekaganski at hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|An ODB hangs indefinitely   |An ODB hangs indefinitely
                   |when opening on Windows     |when opening on Windows
                   |                            |with another FB instance is
                   |                            |running

--- Comment #2 from Mike Kaganski <mikekaganski at hotmail.com> ---
This is not related to the bug in the incorrect check - rather it's similar to
https://github.com/FirebirdSQL/firebird/issues/4376. The problem is that FB
uses a global locking mechanism with a name that is shared across all FB
instances running on a session; and using a separate trace storage (which for
LO is placed in LO's own temp directory) is unsupported by FB currently.

The problem is reproducible in one of the following ways:

1. Open FireBird's isql utility and connect to a local FDB; then open an ODB
with embedded FB in LibreOffice, and try to open its tables;

2. Open a LibreOffice instance with an embedded FB ODB, and open a table in it;
open another instance of LibreOffice (e.g., a dev build; or use another user
profile) with another embedded FB ODB, and try to open its tables.

(the latter was how it occurred to me - the other running LO process was hung
and invisible, and I needed to kill it).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20210901/cf3a84dd/attachment.htm>


More information about the Libreoffice-bugs mailing list