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

--- Comment #12 from Jan-Marek Glogowski <glo...@fbihome.de> ---
(In reply to Julien Nabet from comment #11)
> With another build without enable-dbgutil, it seems there's an infinite loop:
> Thread 1 "soffice.bin" received signal SIGSEGV, Segmentation fault.
> 0x00007fffe6880a02 in lcl_FindContentFrame (rpContentFrame=
>     @0x7fffffff1fb8: 0x0, rpFootnoteFrame=@0x7fffffff1fb0: 0x0, 
>     pFrame=0x52a6a80, rbChkFootnote=@0x7fffffff1faf: false)
>     at sw/source/core/layout/sectfrm.cxx:879
> 879   {
> (gdb) bt
> #0  0x00007fffe6880a02 in lcl_FindContentFrame(SwContentFrame*&,
> SwFootnoteFrame*&, SwFrame*, bool&)
>     (rpContentFrame=@0x7fffffff1fb8: 0x0, rpFootnoteFrame=@0x7fffffff1fb0:
> 0x0, pFrame=0x52a6a80, rbChkFootnote=@0x7fffffff1faf: false)
>     at sw/source/core/layout/sectfrm.cxx:879
> #1  0x00007fffe6880aa5 in lcl_FindContentFrame(SwContentFrame*&,
> SwFootnoteFrame*&, SwFrame*, bool&)
>     (rpContentFrame=@0x7fffffff1fb8: 0x0, rpFootnoteFrame=@0x7fffffff1fb0:
> 0x0, pFrame=0x518aea0, rbChkFootnote=@0x7fffffff1faf: false)
>     at sw/source/core/layout/sectfrm.cxx:899
> #2  0x00007fffe6880aa5 in lcl_FindContentFrame(SwContentFrame*&,
> SwFootnoteFrame*&, SwFrame*, bool&)
>     (rpContentFrame=@0x7fffffff1fb8: 0x0, rpFootnoteFrame=@0x7fffffff1fb0:
> 0x0, pFrame=0x518aea0, rbChkFootnote=@0x7fffffff1faf: false)
>     at sw/source/core/layout/sectfrm.cxx:899
...

Oh no - footnote code. It'll be a nightmare to fix. Every time I tried to
refactor it into more sensible code, things broke left and right. Especially
the refcount handling is a nightmare. Had my fair share of it when fixing bug
121441.

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

Reply via email to