https://bugs.documentfoundation.org/show_bug.cgi?id=151736
Julien Nabet <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |, [email protected] --- Comment #2 from Julien Nabet <[email protected]> --- On pc Debian x86-64 with master sources updated today, I could reproduce this. Loop in this part: #0 0x00007f321226f5d1 in SwFrame::GetDep() const (this=0x0) at sw/source/core/inc/frame.hxx:479 #1 0x00007f3212f67305 in SwTextFrame::GetTextNodeFirst() const (this=0x55ecf2ecc9d0) at sw/source/core/text/txtfrm.cxx:1335 #2 0x00007f3212f6c4c5 in SwTextFrame::GetDoc() const (this=0x55ecf2ecc9d0) at sw/source/core/text/txtfrm.cxx:1340 #3 0x00007f3212c5cb15 in SwTextFrame::GetDoc() (this=0x55ecf2ecc9d0) at sw/source/core/inc/txtfrm.hxx:467 #4 0x00007f3212ea728d in SwTextFormatter::InsertPortion(SwTextFormatInfo&, SwLinePortion*) (this=0x7ffd41530f70, rInf=..., pPor=0x55ecfc4ac9c0) at sw/source/core/text/itrform2.cxx:352 #5 0x00007f3212eaa35f in SwTextFormatter::BuildPortions(SwTextFormatInfo&) (this=0x7ffd41530f70, rInf=...) at sw/source/core/text/itrform2.cxx:757 #6 0x00007f3212eb19e3 in SwTextFormatter::FormatLine(o3tl::strong_int<int, Tag_TextFrameIndex>) (this=0x7ffd41530f70, nStartPos=...) at sw/source/core/text/itrform2.cxx:1932 #7 0x00007f3212e5d173 in SwTextFrame::FormatLine(SwTextFormatter&, bool) (this=0x55ecf2ecc9d0, rLine=..., bPrev=false) at sw/source/core/text/frmform.cxx:1212 #8 0x00007f3212e5f593 in SwTextFrame::Format_(SwTextFormatter&, SwTextFormatInfo&, bool) (this=0x55ecf2ecc9d0, rLine=..., rInf=..., bAdjust=false) at sw/source/core/text/frmform.cxx:1572 #9 0x00007f3212e602ca in SwTextFrame::Format_(OutputDevice*, SwParaPortion*) (this=0x55ecf2ecc9d0, pRenderContext=0x55ecf2f33810, pPara=0x55ecf3208ce0) at sw/source/core/text/frmform.cxx:1762 #10 0x00007f3212e6166e in SwTextFrame::Format(OutputDevice*, SwBorderAttrs const*) (this=0x55ecf2ecc9d0, pRenderContext=0x55ecf2f33810) at sw/source/core/text/frmform.cxx:1951 #11 0x00007f3212c05214 in SwContentFrame::MakeAll(OutputDevice*) (this=0x55ecf2ecc9d0) at sw/source/core/layout/calcmove.cxx:1518 #12 0x00007f3212bfce02 in SwFrame::PrepareMake(OutputDevice*) (this=0x55ecf2ecc9d0, pRenderContext=0x55ecf2f33810) at sw/source/core/layout/calcmove.cxx:375 #13 0x00007f3212d5fa1e in SwFrame::Calc(OutputDevice*) const (this=0x55ecf2ecc9d0, pRenderContext=0x55ecf2f33810) at sw/source/core/layout/trvlfrm.cxx:1803 #14 0x00007f3212c063b8 in SwContentFrame::MakeAll(OutputDevice*) (this=0x55ecf2e0f180) at sw/source/core/layout/calcmove.cxx:1707 #15 0x00007f3212bfce02 in SwFrame::PrepareMake(OutputDevice*) (this=0x55ecf2e0f180, pRenderContext=0x55ecf2f33810) at sw/source/core/layout/calcmove.cxx:375 #16 0x00007f3212d5fa1e in SwFrame::Calc(OutputDevice*) const (this=0x55ecf2e0f180, pRenderContext=0x55ecf2f33810) at sw/source/core/layout/trvlfrm.cxx:1803 #17 0x00007f3212c063b8 in SwContentFrame::MakeAll(OutputDevice*) (this=0x55ecf2e1c510) at sw/source/core/layout/calcmove.cxx:1707 and after some gdb debug more specifically in: sw/source/core/text/itrform2.cxx Michael: thought you might be interested in this one. -- You are receiving this mail because: You are the assignee for the bug.
