Crash when pressing Tab or Enter or clicking out after editing cell contents. In terminal: terminate called after throwing an instance of 'com::sun::star::uno::RuntimeException' In: Version: 7.6.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: 83b1f6b58a30bdb589e9ce73deef39f021aebde1 CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3 Locale: en-AU (en_AU.UTF-8); UI: en-US Calc: threaded Bibisected with linux-64-7.6 repo to first bad commit which points to core commit: commit 2dc240a82646fc23c673a6fd5a29ade934dd5b67 author Noel Grandin <noel.grandin@collabora.co.uk> Tue May 02 14:47:43 2023 +0200 committer Noel Grandin <noel.grandin@collabora.co.uk> Tue May 02 18:58:18 2023 +0200 improve AccessibleEventNotifier::addEvent we use the OInterfaceContainerHelper4 notifyEach function to avoid copying a vector of listeners Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151290 Noel, can you please have a look?
(In reply to Stéphane Guillou (stragu) from comment #0) > Bibisected with linux-64-7.6 repo to first bad commit which points to core > commit: Commit in bisect repo is fbcd21287669e2c0a4fa7dd9934e7a76a04bcb8c. kf5, qt5 and gen VCLs not affected.
Created attachment 187084 [details] gdb backtrace with debug build of LO 7.6 Backtrace using debug build: Version: 7.6.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: 83b1f6b58a30bdb589e9ce73deef39f021aebde1 CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3 Locale: en-AU (en_AU.UTF-8); UI: en-US Calc: threaded
Created attachment 187090 [details] bt with debug symbols On pc Debian x86-64 with master sources updated today, I had an assertion.
Another way to reproduce it: 1. Open calc 2. Double click on any cell to go into edit mode 3. Close LibreOffice -> Crash
fix in progress at https://gerrit.libreoffice.org/c/core/+/151419
Noel Grandin committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/2361718a34ee4ef47901846cb35eea4552bca46b tdf#155149 Crash when exiting cell edit mode It will be available in 7.6.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.
On pc Debian x86-64 with master sources updated today, including Noel's patch, I don't reproduce the assertion anymore. I've just got: warn:vcl:84555:84555:vcl/unx/gtk3/a11y/atklistener.cxx:209: index hint out of range, ignoring warn:vcl:84555:84555:vcl/unx/gtk3/a11y/atklistener.cxx:209: index hint out of range, ignoring warn:vcl:84555:84555:vcl/unx/gtk3/a11y/atklistener.cxx:209: index hint out of range, ignoring but it's another story. Thank you Noel for the quick fix!