https://bugs.documentfoundation.org/show_bug.cgi?id=163539
--- Comment #12 from Noel Grandin <[email protected]> --- Noting that whoever looks at this, should check it with ASAN, because ASAN indicates that a problem occurs well before the actual crash. ASAN says: sw/source/core/text/itrform2.cxx:3183:35: runtime error: member call on address 0x79a57c7a0c80 which does not point to an object of type 'SwLinePortion' 0x79a57c7a0c80: note: object has invalid vptr 00 00 00 00 b4 a3 0d 00 00 00 00 00 00 00 00 00 00 00 00 00 47 01 00 00 00 00 00 00 00 00 00 00 ^~~~~~~~~~~~~~~~~~~~~~~ invalid vptr #0 0x784549ffe72f in SwTextFormatter::NewFlyCntPortion(SwTextFormatInfo&, SwTextAttr*) const sw/source/core/text/itrform2.cxx:3183:35 #1 0x78454a299a81 in SwTextFormatter::NewExtraPortion(SwTextFormatInfo&) sw/source/core/text/txtfld.cxx:283:20 #2 0x784549fcd9dc in SwTextFormatter::NewPortion(SwTextFormatInfo&, std::optional<o3tl::strong_int<int, Tag_TextFrameIndex>>) sw/source/core/text/itrform2.cxx:1860:28 #3 0x784549fbb3f5 in SwTextFormatter::BuildPortions(SwTextFormatInfo&) sw/source/core/text/itrform2.cxx:440:27 #4 0x784549fe6cf4 in SwTextFormatter::FormatLine(o3tl::strong_int<int, Tag_TextFrameIndex>) sw/source/core/text/itrform2.cxx:2076:9 #5 0x784549e13433 in SwTextFrame::FormatLine(SwTextFormatter&, bool) sw/source/core/text/frmform.cxx:1460:44 #6 0x784549e1ebe6 in SwTextFrame::Format_(SwTextFormatter&, SwTextFormatInfo&, bool) sw/source/core/text/frmform.cxx:1827:23 -- You are receiving this mail because: You are the assignee for the bug.
