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

--- Comment #25 from Todor Balabanov <[email protected]> ---
It seems the crash in Linux happens because of some locking:

void ScDocShell::LockPaint_Impl(bool bDoc)
{
    if ( !m_pPaintLockData )
        UnlockPaint_Impl(true);                 // now
        UnlockDocument_Impl(0);
    }
}

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

Reply via email to