Description: On pc Debian x86-64 with master sources updated today + enable-dbgutil + gtk3, I got a crash when trying to open print dialog. Steps to Reproduce: 1. Launch Calc or Writer (without any specific file for arg) 2. Click Print dialog Actual Results: Crash Expected Results: No crash Reproducible: Always User Profile Reset: Yes Additional Info:
Created attachment 155131 [details] bt with debug symbols
Caolán: since it concerns gtk3 only, thought you might be interested in this one. (bt is attached on the bugtracker)
gtk_notebook_set_tab_label_text seems to remove the existing label widget and add a new one, rather than just change the label of the existing one so the new one has no buildable name set
Julien Nabet committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/5ed218d4ec26042f87b64a59c60373f35de962a7 tdf#128241: fix crash when opening print dialog (gtk3 only) It will be available in 6.4.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/feb21e498afa8d6fd12a82fb56a2456b2db83e24 Resolves: tdf#128241 reuse label to retain buildable_name It will be available in 6.4.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.
Verified in Version: 6.4.0.0.alpha1+ Build ID: de4839e66d3d195315729b95cc144cdab96b6e74 CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; Locale: ca-ES (ca_ES.UTF-8); UI-Language: en-US Calc: threaded @Julien Nabet, thanks for fixing this issue!