https://bugs.freedesktop.org/show_bug.cgi?id=81092

Stephan Bergmann <sberg...@redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #2 from Stephan Bergmann <sberg...@redhat.com> ---
* What OS?

* How did you come to the conclusion that it is "open all the time"?

* Writing to registrymodifications.xcu is exclusively done through writeModFile
in configmgr/source/writemodfile.cxx, which writes to a tempfile and then
atomically (hopefully, given the OSL abstraction) renames the tempfile to
registrymodifications.xcu.

* Calling writeModFile is throttled to not more than once per sec
(Components::WriteThread::execute, configmgr/source/components.cxx).

* What can presumably happen is that you cut power after information about the
file rename is flushed to disk but before all blocks of the file's content are
flushed to disk.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to