Steps to reproduce: 1. Open calc 2. insert a comment to a cell 3. Click outside of it -> Crash! Version: 6.2.0.0.alpha0+ Build ID: 0e83efbccc180c957f77291fc0fdc6dd74eae0f4 CPU threads: 4; OS: Linux 4.13; UI render: default; VCL: gtk3; Locale: ca-ES (ca_ES.UTF-8); Calc: group threaded
Regression introduced by: https://cgit.freedesktop.org/libreoffice/core/commit/?id=c7f762973d21118ce3f5b0baab8850dc89bc4765 author Noel Grandin <noel.grandin@collabora.co.uk> 2018-07-03 11:09:03 +0200 committer Noel Grandin <noel.grandin@collabora.co.uk> 2018-07-04 11:07:37 +0200 commit c7f762973d21118ce3f5b0baab8850dc89bc4765 (patch) tree f529705f98e69a94d4e731a8f824ef5afa0b9de1 parent 3e837f44fc88497f9b187e72d7a542acec00df4f (diff) loplugin:useuniqueptr in ScTabView and remove pDrawOld, was not being used for anything useful. Bisected with: bibisect-linux64-6.2 Adding Cc: to Noel Grandin
Created attachment 143335 [details] gdb bt On pc Debian x86-64 with master sources updated today, I could reproduce this.
Let's increase importance to max since: - it's a regression - it's a crash - it's easily reproduceable - it's not a basic case
Noel Grandin committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=e040894fbe0765883e13d51fd6d6331adb09832c tdf#118554 sc crash clicking outside of comments It will be available in 6.2.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Verified in Version: 6.2.0.0.alpha0+ Build ID: 363146254bd44ab82d657f2ca0293d03bd111280 CPU threads: 4; OS: Linux 4.13; UI render: default; VCL: gtk3; Locale: ca-ES (ca_ES.UTF-8); Calc: group threaded @Noel, Thanks for fixing this!!