Advertisement
dezsiszabi

Untitled

Apr 5th, 2012
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.03 KB | None | 0 0
  1. szabolcs@linux-jfhj:~/core> make sc debug=true
  2. cd sc && make -j 2 -rs gb_PARTIALBUILD=T
  3. [ build CUT ] sc_ucalc
  4. [ build MOD ] sc
  5. [ build CUT ] sc_filters_test
  6. [ build ALL ] top level modules: sc
  7. [ build ALL ] loaded modules: sc
  8.  
  9. /bin/sh: line 1: 9713 Segmentation fault LD_LIBRARY_PATH="$O/lib":$O/lib/sqlite DBGSV_ERROR_OUT=shell STAR_RESOURCEPATH=$O/bin/ $O/bin/cppunit/cppunittester $W/LinkTarget/CppunitTest/libtest_sc_filters_test.so --headless --protector unoexceptionprotector.so unoexceptionprotector "-env:CONFIGURATION_LAYERS=xcsxcu:file://$O/xml/registry module:file://$O/xml/registry/spool" "-env:UNO_TYPES= file://$O/bin/udkapi.rdb file://$O/bin/types.rdb" "-env:UNO_SERVICES=file://$O/xml/ure/services.rdb file://$O/xml/component/basic/util/sb.component file://$O/xml/component/chart2/source/controller/chartcontroller.component file://$O/xml/component/chart2/source/tools/charttools.component file://$O/xml/component/chart2/source/model/chartmodel.component file://$O/xml/component/comphelper/util/comphelp.component file://$O/xml/component/configmgr/source/configmgr.component file://$O/xml/component/dbaccess/util/dba.component file://$O/xml/component/embeddedobj/util/embobj.component file://$O/xml/component/eventattacher/source/evtatt.component file://$O/xml/component/fileaccess/source/fileacc.component file://$O/xml/component/filter/source/config/cache/filterconfig1.component file://$O/xml/component/forms/util/frm.component file://$O/xml/component/framework/util/fwk.component file://$O/xml/component/i18npool/util/i18npool.component file://$O/xml/component/oox/util/oox.component file://$O/xml/component/package/source/xstor/xstor.component file://$O/xml/component/package/util/package2.component file://$O/xml/component/sax/source/expatwrap/expwrap.component file://$O/xml/component/sax/source/fastparser/fastsax.component file://$O/xml/component/sc/util/sc.component file://$O/xml/component/sc/util/scfilt.component file://$O/xml/component/scaddins/source/analysis/analysis.component file://$O/xml/component/scaddins/source/datefunc/date.component file://$O/xml/component/sfx2/util/sfx.component file://$O/xml/component/sot/util/sot.component file://$O/xml/component/svl/util/svl.component file://$O/xml/component/toolkit/util/tk.component file://$O/xml/component/ucb/source/core/ucb1.component file://$O/xml/component/ucb/source/ucp/file/ucpfile1.component file://$O/xml/component/ucb/source/ucp/tdoc/ucptdoc1.component file://$O/xml/component/unotools/util/utl.component file://$O/xml/component/unoxml/source/rdf/unordf.component file://$O/xml/component/unoxml/source/service/unoxml.component" -env:URE_INTERNAL_LIB_DIR=file://$O/lib -env:LO_LIB_DIR=file://$O/lib > $W/CppunitTest/sc_filters_test.test.log 2>&1
  10. File tested,Test Result,Execution Time (ms)
  11. file:///home/szabolcs/core/sc/qa/unit/data/qpro/pass/CVE-2007-5745-2.wb2,Pass,1738
  12. file:///home/szabolcs/core/sc/qa/unit/data/qpro/pass/CVE-2007-5745-1.wb2,Pass,32
  13. file:///home/szabolcs/core/sc/qa/unit/data/qpro/fail/CVE-2007-5747-1.wb2,Fail,23
  14. File tested,Test Result,Execution Time (ms)
  15. file:///home/szabolcs/core/sc/qa/unit/data/slk/pass/ooo75775-1.slk,Pass,164
  16. file:///home/szabolcs/core/sc/qa/unit/data/slk/pass/ooo75775-2.slk,Pass,85
  17. file:///home/szabolcs/core/sc/qa/unit/data/slk/pass/CVE-2011-1276-1.slk,Pass,202
  18. file:///home/szabolcs/core/sc/qa/unit/data/slk/pass/ooo80484-1.slk,Pass,292
  19. warn:legacy.osl:9713:1:/home/szabolcs/core/sc/source/filter/excel/xiescher.cxx:4135: Unknown BIFF type!
  20. warn:legacy.osl:9713:1:/home/szabolcs/core/sc/source/filter/excel/xiescher.cxx:3788: Unknown BIFF type!
  21. warn:legacy.osl:9713:1:/home/szabolcs/core/sc/source/filter/excel/xiescher.cxx:3788: Unknown BIFF type!
  22.  
  23. Error: a unit test failed, please do one of:
  24.  
  25. export DEBUGCPPUNIT=TRUE # for exception catching
  26. export GDBCPPUNITTRACE="gdb --args" # for interactive debugging
  27. export VALGRIND=memcheck # for memory checking
  28. and retry.
  29. make[1]: *** [/home/szabolcs/core/workdir/unxlngx6.pro/CppunitTest/sc_filters_test.test] Error 1
  30. make: *** [sc] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement