https://bugs.documentfoundation.org/show_bug.cgi?id=97375

--- Comment #1 from Jacobo Aragunde PĂ©rez <jaragu...@igalia.com> ---
If ran with gdb, this is the result of the crash:

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff618acbc in ParaPortion::IsInvalid (this=0x0)
    at
/home/jaragunde/projects/libreoffice/core/editeng/source/editeng/editdoc.hxx:616
616        bool                IsInvalid() const           { return bInvalid; }

(gdb) bt
#0  0x00007ffff618acbc in ParaPortion::IsInvalid() const (this=0x0)
    at
/home/jaragunde/projects/libreoffice/core/editeng/source/editeng/editdoc.hxx:616
#1  0x00007ffff62207cf in ImpEditView::DrawSelection(EditSelection,
vcl::Region*, OutputDevice*) (this=0x57e6040, aTmpSel=..., pRegion=0x0,
pTargetDevice=
    0x1c45470)
    at
/home/jaragunde/projects/libreoffice/core/editeng/source/editeng/impedit.cxx:231
#2  0x00007ffff626382e in ImpEditEngine::Paint(ImpEditView*, Rectangle const&,
OutputDevice*, bool) (this=0x4d40490, pView=0x57e6040, rRect=...,
pTargetDevice=0x0, bUseVirtDev=true)
    at
/home/jaragunde/projects/libreoffice/core/editeng/source/editeng/impedit3.cxx:3845
#3  0x00007ffff6252709 in ImpEditEngine::UpdateViews(EditView*)
(this=0x4d40490, pCurView=0x4b6b750)
    at
/home/jaragunde/projects/libreoffice/core/editeng/source/editeng/impedit3.cxx:298
#4  0x00007ffff62655a7 in ImpEditEngine::SetCharStretching(unsigned short,
unsigned short) (this=0x4d40490, nX=100, nY=100)
    at
/home/jaragunde/projects/libreoffice/core/editeng/source/editeng/impedit3.cxx:4243
#5  0x00007ffff61c91b8 in EditEngine::SetGlobalCharStretching(unsigned short,
unsigned short) (this=0x57ddda0, nX=100, nY=100)

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to