Description: On pc Debian x86-64 with master sources updated today, I get a crash when editing a table and trying to set autovalue on a field. Steps to Reproduce: 1. Retrieve test.odb attached (a brand new embedded HSQLDB odb) 2. Launch Base with test.odb 3. Edit table 4. try to set autovalue on a field Actual Results: Crash Expected Results: No crash Reproducible: Always User Profile Reset: Yes Additional Info:
Created attachment 155792 [details] example odb
Created attachment 155793 [details] bt with debug symbols
Caolán: thought you might be interested in this one. Indeed, taking a look at git history of files in bt, I noticed: https://cgit.freedesktop.org/libreoffice/core/commit/?id=8c66efa030e98cfdf5da20be368566d64e43c5d1
I believe this is a regression from https://cgit.freedesktop.org/libreoffice/core/commit/?id=8c66efa030e98cfdf5da20be368566d64e43c5d1 author Caolán McNamara <caolanm@redhat.com> 2019-09-05 12:22:38 +0100 committer Caolán McNamara <caolanm@redhat.com> 2019-09-12 20:28:14 +0200 commit 8c66efa030e98cfdf5da20be368566d64e43c5d1 (patch) tree 88c9fb335349fd1b7b285d46108e5d41a3c9aac4 parent 8150219824a1d08c4a22fd8bb7cc63fe2aa88074 (diff) weld OCopyTableWizard cluster Bisected with: bibisect-linux64-6.4 Adding Cc: to Caolán McNamara I'm saying 'I believe' because after that commit, the attached document crashes at import time. The import crash was fixed by https://cgit.freedesktop.org/libreoffice/core/commit/?id=0f85a718dc0d241a8aa1b2d27accb575367691fe
(In reply to Xisco Faulí from comment #4) > ... > I'm saying 'I believe' because after that commit, the attached document > crashes at import time. The import crash was fixed by > https://cgit.freedesktop.org/libreoffice/core/commit/ > ?id=0f85a718dc0d241a8aa1b2d27accb575367691fe I don’t understand what you mean since i created the file and LO crashed during autovalue editing with master sources updated today. So i don’t know how it could be related with a commit and another fix commit from September. Did I miss something?
(In reply to Julien Nabet from comment #5) > (In reply to Xisco Faulí from comment #4) > > ... > > I'm saying 'I believe' because after that commit, the attached document > > crashes at import time. The import crash was fixed by > > https://cgit.freedesktop.org/libreoffice/core/commit/ > > ?id=0f85a718dc0d241a8aa1b2d27accb575367691fe > > I don’t understand what you mean since i created the file and LO crashed > during autovalue editing with master sources updated today. > So i don’t know how it could be related with a commit and another fix commit > from September. Did I miss something? Just saying it might be another commit between https://cgit.freedesktop.org/libreoffice/core/commit/?id=8c66efa030e98cfdf5da20be368566d64e43c5d1 and https://cgit.freedesktop.org/libreoffice/core/commit/?id=0f85a718dc0d241a8aa1b2d27accb575367691fe but everything points to https://cgit.freedesktop.org/libreoffice/core/commit/?id=8c66efa030e98cfdf5da20be368566d64e43c5d1
Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-6-4": https://git.libreoffice.org/core/commit/e840a7d5707c598378a4ff0a47bd6fc31e85b7e0 Resolves: tdf#128788 crash in autovalue It will be available in 6.4.0.1. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/da30c06a119f06e59895ea889a5daa149929dfe9 Resolves: tdf#128788 crash in autovalue It will be available in 6.5.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
With master sources updated yesterday, I don't reproduce the crash. Thank you Caolán!