Description: On pc Debian x86-64 with master sources updated today, I got a crash when trying to access properties of a component created in Form Design Steps to Reproduce: 1. Launch Base with a brand new odb file (embedded hsqldb) 2. Click Forms at left panel 3. Click Create form in Design View... => a brand new empty form appears 4. Click "Option button" 5. draw a button 6. Right click on the button 7. Select "Form properties" or "Control properties" Actual Results: => crash Expected Results: No crash Reproducible: Always User Profile Reset: Yes Additional Info:
Created attachment 156658 [details] bt with debug symbols (gtk3)
Caolán: thought you might be interested in this one since it's specific to gtk3.
I don't think it's related but I noticed this on console: warn:svx:384959:384959:svx/source/form/formcontrolfactory.cxx:178: DBG_UNHANDLED_EXCEPTION in rtl::OUString svxform::{anonymous}::lcl_getUniqueLabel_nothrow(const com::sun::star::uno::Reference<com::sun::star::beans::XPropertySet>&, const rtl::OUString&) exception: com.sun.star.uno.RuntimeException message: unsatisfied query for interface of type com.sun.star.container.XIndexAccess!
Regression introduced by: https://cgit.freedesktop.org/libreoffice/core/commit/?id=dead2a5b0eaae3fb33f9d2b4d249849864014585 author Caolán McNamara <caolanm@redhat.com> 2019-12-11 14:22:30 +0000 committer Caolán McNamara <caolanm@redhat.com> 2019-12-11 17:07:55 +0100 commit dead2a5b0eaae3fb33f9d2b4d249849864014585 (patch) tree 451cfaa666a376795f9512f8a58abd40130bbe92 parent ce4812ccda986386b16f0a77d443899f1f88aef6 (diff) Resolves: tdf#128867 support LocalizedDecimalSep for native gtk dialogs Bisected with: bibisect-linux64-6.5 Adding Cc: to Caolán McNamara
It can also be reproduced in Writer. Menu Forms - Option Increasing severity since the problematic commit was backported to 6-4 and 6-3 branches
Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-6-4": https://git.libreoffice.org/core/commit/a3909a3431bba2cb41c712a4e2fbc3747312e156 Resolves: tdf#129484 just install decimal key handler for spinbuttons It will be available in 6.4.0.2. 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/e59bbb72b1145e4865742c5f03d9372a177b9df9 Resolves: tdf#129484 just install decimal key handler for spinbuttons 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.
Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/2a5d4ed38df988077bcec62da331a7958ce0aaf3 Resolves: tdf#129484 install decimal key handler for all widgets again 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.
Created attachment 156711 [details] bt with debug symbols (text box) On pc Debian x86-64 with master sources updated today, I don't reproduce the crash with Form properties/control properties on an option button but got an assert when trying to view properties on Text Box. Do you want me to create a new bugtracker or do you think it's a bit related so not necessary?
Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-6-3": https://git.libreoffice.org/core/commit/60f469f585899e97f3dbc9b98b12d36d9b665eff Resolves: tdf#129484 just install decimal key handler for spinbuttons It will be available in 6.3.5. 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/aa528eadbf3f1fa46390ad5b25e0f4e3c89e0382 Related: tdf#129484 overeager assert 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.
I think everything should be ok now
On pc Debian x86-64 with master sources updated today, I don't reproduce this anymore. Thank you Caolán for the fix!