I am working on debian-buster with daily Linux dbgutil bibisect repository version 2018-06-25. The example here uses embedded Firebird, but embedded HSQLDB gives essentially the same result with complication of having to decline migration to Firebird. STR ( 1) Download a02_fb.odb <https://bugs.documentfoundation.org/attachment.cgi?id=138737> attached to bug 114755. It an embedded Firebird database with one empty table. ( 2) At command line, copy a02_fb.odb to a03.odb. ( 3) In LO, open a03.odb. ( 4) Open table Table1. Observe zero data rows. ( 5) Into Table1 key a data row, for example: 1 one ( 6) Close Table1. ( 7) Close Base window and save data. Program presents Start Center. ( 8) At command line losf | grep a03.odb ( 9) Observe 7 or 8 lines of output. (10) At command line, copy a02_fb.odb to a03.odb. (11) In LO, open a03.odb. (12) Open Table1. Expected : zero data rows Observed : one data row
Confirmed with Ubuntu 18.04 using 6.2 Alpha0 build from 06-28 I did it slightly differently. Downloaded the odb file. Open and add record. Close ODB leave start center open. Download the odb file overwrite the one on local drive. Open the odb in libo Still have 1 record where there should be none. Close the ODB, end the session Restart Libo Open ODB, zero records.
Dear Terrence Enger, To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present with the latest version of LibreOffice from https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the information from Help - About LibreOffice. If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a comment that includes the information from Help - About LibreOffice. Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) from http://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to 'inherited from OOo'; 4b. If the bug was not present in 3.3 - add 'regression' to keyword Feel free to come ask questions or to say hello in our QA chat: https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug
I see the bug is gone in Linux 64-6.4 bibisect repository commit 4d524947, s-h 9b7729c6, 2019-07-08, running on debian-buster. Reverse bibisect in Linux 64-6.3 bibisect repository locates: commit 7d582d1f9767c0ebd5e319f2fd11711e60cd72fa Author: Michael Stahl <Michael.Stahl@cib.de> AuthorDate: Wed May 29 14:42:06 2019 +0200 Commit: Michael Stahl <Michael.Stahl@cib.de> CommitDate: Fri May 31 13:22:58 2019 +0200 dbaccess: fix more memory leaks caused by circular Reference Followup to 96ae2a3300811897c24cccb20f8c2faf382483df; more overridden acquire() creating cycles in dbaccess. (regression from 2660d24a07866e083c5135ea263030f3e3a2e729) Change-Id: I134343b3afbcd5ee3f71212ec18e551455eaee5b Reviewed-on: https://gerrit.libreoffice.org/73158 Reviewed-by: Michael Stahl <Michael.Stahl@cib.de> Tested-by: Michael Stahl <Michael.Stahl@cib.de> Thank you, Michael. I am setting status RESOLVED FIXED.