https://bugs.documentfoundation.org/show_bug.cgi?id=99716
--- Comment #12 from Stephan Bergmann <[email protected]> --- (In reply to Mike Kaganski from comment #11) > Yes, the profile corruption is really frequent. And the most actively > written file in the profile is registrymodifications.xcu, which is likely > the most frequently corrupted file. Are there any examples of such corrupted registrymodifcations.xcu? What exactly does the corruption look like? If you look at how registrymodifications.xcu is written in writeModFile (configmgr/source/writemodfile.cxx), it is first created as a temp file (in the same directory as the target registrymodifications.xcu) and then copied (hopefully atomically) with TempFile::closeAndRename -> osl::File::replace. So it is probably unlikely that there are any "only written halfway" or similarly corrupted instances of that file. -- You are receiving this mail because: You are the assignee for the bug.
