https://bugs.documentfoundation.org/show_bug.cgi?id=168672
Gabor Kelemen (Collabora) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |117073 Status|UNCONFIRMED |NEW See Also| |https://bugs.documentfounda | |tion.org/show_bug.cgi?id=16 | |1168 Keywords| |bibisected, bisected CC| |[email protected] | |om, [email protected] Ever confirmed|0 |1 --- Comment #7 from Gabor Kelemen (Collabora) <[email protected]> --- Managed to reproduce this in linux 25.8, with the steps in comment #5. Bibisect shows this commit as starting point: https://cgit.freedesktop.org/libreoffice/core/commit/?id=96a4272a84a33b939411bb99d1024cbb2bdaf046 commit 96a4272a84a33b939411bb99d1024cbb2bdaf046 Author: Caolán McNamara <[email protected]> Date: Tue Feb 18 08:35:27 2025 +0000 cid#1642989 Double lock since: commit 867d380b0b8e2c59689eb42665c75aad34733bbc Commit: Michael Stahl <[email protected]> tdf#161168 Improve constant repetitive loop thread Before this commit opening the file was causing a loop at the first try. Then a /tmp/dav/DavLock.pag file was created and for a second time, it opened and closed fine. Somehow this lock file makes a lot of difference while investigating this issue, when I did not remove it like: sudo rm /tmp/dav/DavLock.pag ; instdir/program/swriter http://localhost/lorem.odt bibisect brougt nonsense results. After this commit opening the file does not cause a loop, but closing with Ctrl-W does. In 26.2 master however, it seems like the previous behavior is back, since: commit 7aab3f08de24bb4cbd95aedce981eeb62314baa7 Author: Caolán McNamara <[email protected]> Date: Mon Aug 18 11:59:53 2025 +0100 cid#1662039 Data race condition So it is differently bad. Referenced Bugs: https://bugs.documentfoundation.org/show_bug.cgi?id=117073 [Bug 117073] [META] WebDAV bugs -- You are receiving this mail because: You are the assignee for the bug.
