[Libreoffice-bugs] [Bug 139426] Update of Contents is freezing LibreOffice

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Mon Jul 19 09:02:47 UTC 2021


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

--- Comment #8 from Armin Le Grand <Armin.Le.Grand at me.com> ---
Not sure if I am involved, but checking shows that loop is in
    void SwLayAction::Action(OutputDevice* pRenderContext)
in sw/source/core/layout/layact.cxx in the loop
    while ( IsAgain() )
    {
        SetAgain(false);
        m_bNextCycle = false;
        InternalAction(pRenderContext);
        if (RemoveEmptyBrowserPages())
            SetAgain(true);
    }
where local m_bAgain gets re-set to true in InternalAction call and never ends
-> death loop. Checking if removal of that quite long-time done stuff removes
this...

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20210719/09c4a78d/attachment-0001.htm>


More information about the Libreoffice-bugs mailing list