sc/source/core/tool/token.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
New commits: commit 0a4a42e98479996b2f3bb19a884c057518fece4f Author: Luboš Luňák <[email protected]> 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 <[email protected]> Tested-by: Luboš Luňák <[email protected]> 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. _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
