Hi,
I’m working on a very simple database (embedded database, 2 tables, 1 relationship, 2 forms) with a file size of about 40k. At random moments this filesize would suddenly increase to sometimes a few hundred k, but mostly 1M or 1.2M. This happens many, many times a day, but I haven’t been able to reproduce it. It doesn’t crash the application (even though I have many crashes as well). It can happen when editing a table, editing a form, changing the properties of a control, running code. Often, but not always, it involves code with errors, like referencing an object that hasn’t been declared (though like I said, I can’t reproduce it).
It doesn’t affect any of the visible features of the database (the data, the tables, the forms,…). It also doesn’t affect the functionality of the database, everything keeps working as before.
I’m assuming it has to do with Base encountering an error, making a dump, and then keeping the dump inside. But the (unrelated) dumps I find in /home/myusername/.config/libreoffice/4/crash/ are all about 600k, so that doesn’t really explain the resulting file sizes of 200, 300, 800, 1000 and 1200 k.
Does this sound familiar? Is there a way to find out what this extra file size is used for? Should this be reported as a bug, and if so, how do I do that?
Using LO 6.2.8.2 on Linux Mint 18.3
tnx