[Libreoffice-commits] core.git: sw/CppunitTest_sw_filters_test.mk

Stephan Bergmann sbergman at redhat.com
Fri Dec 15 17:28:59 UTC 2017


 sw/CppunitTest_sw_filters_test.mk |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 2392077d47f2ccf0851391b0d0bba0a268d1014a
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Dec 15 18:11:10 2017 +0100

    Apparently missing dependency
    
    Some bots (the Jenkins lo_ubsan, some Jenkins Gerrit Build v2
    macosx_clang_dbgutil builds) recently started to fail
    CppunitTest_sw_filters_test at least sporadically with an abort() from
    Scheduler::ProcessTaskScheduling (vcl/source/app/scheduler.cxx).
    ba81ac19b7aec4fd7f07fcec9f6ea6f85d9aaa24 "Report more debug information about
    caught exception" reveals that at least <https://ci.libreoffice.org/job/
    lo_gerrit/24197/Config=macosx_clang_dbgutil/console> fails because of
    
    > warn:vcl.schedule:90989:529951052:vcl/source/app/scheduler.cxx:452: Uncaught com.sun.star.uno.DeploymentException component context fails to supply service com.sun.star.embed.FileSystemStorageFactory of type com.sun.star.lang.XSingleServiceFactory
    
    Due to the unfortunate try-catch in Scheduler::ProcessTaskScheduling it is hard
    to tell where the failure originates (and it only hits some bots and I at least
    can't reproduce it locally), but lets assume that a dependency on
    svl/source/fsstor/fsstorage.component is indeed missing, but manifests as a
    failure only in some cases (for whatever reason).
    
    Change-Id: I91214490ac6aab99a281c745ba4b2d138b12ddd1

diff --git a/sw/CppunitTest_sw_filters_test.mk b/sw/CppunitTest_sw_filters_test.mk
index 3ea529517dce..49758fd1f4d5 100644
--- a/sw/CppunitTest_sw_filters_test.mk
+++ b/sw/CppunitTest_sw_filters_test.mk
@@ -68,6 +68,7 @@ $(eval $(call gb_CppunitTest_use_components,sw_filters_test,\
     sax/source/expatwrap/expwrap \
     sfx2/util/sfx \
 	starmath/util/sm \
+    svl/source/fsstor/fsstorage \
     svtools/util/svt \
     sw/util/msword \
     sw/util/sw \


More information about the Libreoffice-commits mailing list