To repro crash: 1) type any characters in any module followed by a space followed by a - 2) press ENTER Assert message: /core/include/rtl/ustring.hxx:676: sal_Unicode rtl::OUString::operator[](sal_Int32) const: Assertion `index >= 0 && static_cast<sal_uInt32>(index) < static_cast<sal_uInt32>(getLength())' failed. Version: 6.3.0.0.alpha0+ Build ID: 70970f8b72eddc66693ec28d26c2dc764009d3e3 CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk2; Locale: en-US (en_US.UTF-8); UI-Language: en-US Calc: threaded Also happens previous to this build.
Created attachment 146997 [details] bt with debug symbols On pc Debian x86-64 with master sources updated yesterday, I got an assert.
Also reproduced in Version: 6.2.0.0.alpha1+ Build ID: f5011d7226060e04e7b92f035f71e285b853712c CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; TinderBox: Linux-rpm_deb-x86_64@86-TDF-dbg, Branch:master, Time: 2018-11-17_07:45:26 Locale: ca-ES (ca_ES.UTF-8); UI-Language: en-US Calc: threaded
Created attachment 149773 [details] gdb bt
I submitted this patch to review: https://gerrit.libreoffice.org/#/c/68832/
Julien Nabet committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/+/67d170868401335434772f1be23d565d23c1fbea%5E%21 tdf#121686: fix assert in SvxAutoCorrect::FnChgToEnEmDash (editeng) It will be available in 6.3.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.
backport for 6.2 branch waiting for review here: https://gerrit.libreoffice.org/#/c/68858/
Julien Nabet committed a patch related to this issue. It has been pushed to "libreoffice-6-2": https://git.libreoffice.org/core/+/1b64d8e90329fa413c3e71abfda2dfc086e0db5b%5E%21 tdf#121686: fix assert in SvxAutoCorrect::FnChgToEnEmDash (editeng) It will be available in 6.2.3. 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.
Julien Nabet committed a patch related to this issue. It has been pushed to "libreoffice-6-1": https://git.libreoffice.org/core/+/d4c6057486f9667e82d7d4810bb2d421071b0eb2%5E%21 tdf#121686: fix assert in SvxAutoCorrect::FnChgToEnEmDash (editeng) It will be available in 6.1.6. 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.