[Libreoffice-commits] core.git: sc/source

Luboš Luňák l.lunak at collabora.com
Fri Jun 22 13:25:20 UTC 2018


 sc/source/core/tool/token.cxx |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit 0a4a42e98479996b2f3bb19a884c057518fece4f
Author: Luboš Luňák <l.lunak at collabora.com>
Date:   Thu Jun 21 16:26:35 2018 +0200

    blacklist ocDde and ocWebservice for calc's threading
    
    fdo#35927-1 (with minimal formula size disabled) crashes
    in LinkManager::CloseCachedComps(). The whole LinkManager class feels
    thread-unsafe, so just blacklist.
    
    Change-Id: Idd7ec6b47f5269c977b600dadfc3a05a5287a86d
    Reviewed-on: https://gerrit.libreoffice.org/56241
    Reviewed-by: Luboš Luňák <l.lunak at collabora.com>
    Tested-by: Luboš Luňák <l.lunak at collabora.com>

diff --git a/sc/source/core/tool/token.cxx b/sc/source/core/tool/token.cxx
index 89cd1d4cc086..a27c1441e143 100644
--- a/sc/source/core/tool/token.cxx
+++ b/sc/source/core/tool/token.cxx
@@ -1322,7 +1322,9 @@ void ScTokenArray::CheckForThreading( OpCode eOp  )
         ocInfo,
         ocStyle,
         ocDBSum,
-        ocExternal
+        ocExternal,
+        ocDde,
+        ocWebservice
     });
 
     // Don't enable threading once we decided to disable it.


More information about the Libreoffice-commits mailing list