This bug appears in LO 7.0.3.1, not in LO 6.4.6.4 an older versions. Open any database, which is connected to Base through ODBC. Try to see Edit → Database → Properties LO crashes immediately. Tested here with Firebird and ODBC, also with PostgreSQL and ODBC on OpenSUSE 15.1 64bit rpm Linux. crashreport.libreoffice.org/stats/crash_details/df84468c-973d-455d-9a83-bebc4e0012b5
On pc Debian x86-64 with master sources updated today + ODBC Postgresql, I could reproduce this. It seems specific to gtk3. Indeed, if I do: export SAL_USE_VCLPLUGIN=gen;soffice --base I don't reproduce the crash.
Created attachment 167317 [details] bt with debug symbols
Caolán: thought you might be interested in this once since it's specific to gtk3.
Created attachment 167318 [details] screenshot of the charset combobox (with gen rendering)
Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/99f4e625cdd6384291ccde1f68dca73ced43edfb Resolves: tdf#138240 GtkComboBox without model It will be available in 7.1.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.
fixed in master, backport to 7-0 in gerrit
On pc Debian x86-64 with master sources updated today, I don't reproduce this anymore. Thank you Caolán!
Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-7-0": https://git.libreoffice.org/core/commit/0c624a5c4af585633611b46fd800d1d87b2984bc Resolves: tdf#138240 GtkComboBox without model It will be available in 7.0.4. 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.
*** Bug 138266 has been marked as a duplicate of this bug. ***