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

2021-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144172

Mike Kaganski  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
   Assignee|libreoffice-b...@lists.free |mikekagan...@hotmail.com
   |desktop.org |
 Resolution|--- |FIXED

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

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

2021-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144172

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:7.3.0

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

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

2021-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144172

--- Comment #3 from Commit Notification 
 ---
Mike Kaganski committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/a5bb0e66492118b79da5fef31f8d2bd686947354

tdf#144172: patch FB to use per-process LOCK directories

It will be available in 7.3.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

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

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

2021-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144172

Mike Kaganski  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  ---
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.