https://bugs.documentfoundation.org/show_bug.cgi?id=169445
Buovjaga <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ilmari.lauhakangas@libreoff | |ice.org, [email protected] Blocks| |105948 --- Comment #5 from Buovjaga <[email protected]> --- (In reply to David Hashe from comment #0) > soffice.bin: /home/dhashe/Code/libreoffice-core/sal/rtl/strtmpl.hxx:888: > void rtl::str::newFromSubString(rtl_tString**, const rtl_tString*, > sal_Int32, sal_Int32) [with rtl_tString = _rtl_uString; sal_Int32 = int]: > Assertion `false' failed. > Unspecified Application Error This is an assertion in a debug build. Yet jcline in comment 3 said he could reproduce the crash even in non-debug builds. jcline: is this true? I could repro with a debug build, but not with a non-debug build when doing the steps from scratch. The full output is: soffice.bin: /home/user/libreoffice/sal/rtl/strtmpl.hxx:888: void rtl::str::newFromSubString(rtl_tString**, const rtl_tString*, sal_Int32, sal_Int32) [with rtl_tString = _rtl_uString; sal_Int32 = int]: Assertion `false' failed. soffice.bin: /home/user/libreoffice/include/o3tl/string_view.hxx:522: sal_uInt32 o3tl::iterateCodePoints(std::u16string_view, T*, sal_Int32) [with T = int; sal_uInt32 = unsigned int; std::u16string_view = std::basic_string_view<char16_t>; sal_Int32 = int]: Assertion `n <= string.length()' failed. The assertion was added in fa0c012d6c06e9a92093dacf997fe3151272648e We don't have bibisect repositories with debug builds. Referenced Bugs: https://bugs.documentfoundation.org/show_bug.cgi?id=105948 [Bug 105948] [META] Undo/Redo bugs and enhancements -- You are receiving this mail because: You are the assignee for the bug.
