https://bugs.documentfoundation.org/show_bug.cgi?id=152363
--- Comment #6 from Julien Nabet <[email protected]> --- On pc Debian x86-64 with master sources updated today, I could reproduce this. I did a Ctrl-C in gdb at random and got this bt: #0 0x00007efe8627a650 in SwFrame::IsInTab() const (this=0x561399337fb0) at sw/source/core/inc/frame.hxx:956 #1 0x00007efe86c4060d in SwFlowFrame::IsPageBreak(bool) const (this=0x5613993380d0, bAct=false) at sw/source/core/layout/flowfrm.cxx:1209 #2 0x00007efe86c42ec3 in SwFlowFrame::CheckMoveFwd(bool&, bool, bool) (this=0x5613993380d0, rbMakePage=@0x7fff0eeb459f: true, bKeep=false, bIgnoreMyOwnKeepValue=false) at sw/source/core/layout/flowfrm.cxx:1900 #3 0x00007efe86c2166c in SwContentFrame::MakeAll(OutputDevice*) (this=0x561399337fb0) at sw/source/core/layout/calcmove.cxx:1382 #4 0x00007efe86c1a44a in SwFrame::OptPrepareMake() (this=0x561399337fb0) at sw/source/core/layout/calcmove.cxx:399 #5 0x00007efe86ca0236 in SwFrame::OptCalc() const (this=0x561399337fb0) at sw/source/core/inc/frame.hxx:1084 #6 0x00007efe86c9b50f in SwLayAction::FormatContent_(SwContentFrame const*, SwPageFrame const*) (this=0x7fff0eeb5000, pContent=0x561399337fb0, pPage=0x56139921d4d0) at sw/source/core/layout/layact.cxx:1887 #7 0x00007efe86c9869e in SwLayAction::FormatContent(SwPageFrame*) (this=0x7fff0eeb5000, pPage=0x56139921d4d0) at sw/source/core/layout/layact.cxx:1708 #8 0x00007efe86c952d6 in SwLayAction::InternalAction(OutputDevice*) (this=0x7fff0eeb5000, pRenderContext=0x5613992d35b0) at sw/source/core/layout/layact.cxx:590 #9 0x00007efe86c9491a in SwLayAction::Action(OutputDevice*) (this=0x7fff0eeb5000, pRenderContext=0x5613992d35b0) at sw/source/core/layout/layact.cxx:388 #10 0x00007efe87527330 in SwViewShell::CheckInvalidForPaint(SwRect const&) (this=0x561399337270, rRect=SwRect = {...}) at sw/source/core/view/viewsh.cxx:1737 #11 0x00007efe87527e7e in SwViewShell::Paint(OutputDevice&, tools::Rectangle const&) (this=0x561399337270, rRenderContext=..., rRect=...) at sw/source/core/view/viewsh.cxx:1913 #12 0x00007efe86443e0e in SwCursorShell::Paint(OutputDevice&, tools::Rectangle const&) (this=0x561399337270, rRenderContext=..., rRect=...) at sw/source/core/crsr/crsrsh.cxx:1428 #13 0x00007efe879e82d5 in SwEditWin::Paint(OutputDevice&, tools::Rectangle const&) (this=0x56139641c600, rRenderContext=..., rRect=...) at sw/source/uibase/docvw/edtwin2.cxx:488 #14 0x00007efeba6d6dd9 in PaintHelper::DoPaint(vcl::Region const*) (this=0x7fff0eeb6158, pRegion=0x56139b36e710) at vcl/source/window/paint.cxx:313 -- You are receiving this mail because: You are the assignee for the bug.
