Hi,
Am 29.09.23 um 03:16 schrieb Kohei Yoshida:
I just upgraded on the master branch the orcus library to the latest
version of 0.19.0. This version includes an experimental support for
Apache Parquet format import, but it relies on an external library
called Apache Arrow[1]. The support for this file format is disabled
in the libreoffice build.
I uploaded 0.19 to Debian experimental (which as of now only has LO
7.6.x) since it's API/ABI compatible and the tests fail:
[build CUT] sc_subsequent_filters_test
S=/home/rene/LibreOffice/git/libreoffice-7-6 && I=$S/instdir &&
W=$S/workdir && mkdir -p $W/CppunitTest/ && rm -fr
$W/CppunitTest/sc_subsequent_filters_test.test.user && cp -r $W/unittest
$W/CppunitTest/sc_subsequent_filters_test.test.user && rm -fr
$W/CppunitTest/sc_subsequent_filters_test.test.core && mkdir
$W/CppunitTest/sc_subsequent_filters_test.test.core && cd
$W/CppunitTest/sc_subsequent_filters_test.test.core && (
MAX_CONCURRENCY=4 MOZILLA_CERTIFICATE_FOLDER=dbm:
SAL_DISABLE_SYNCHRONOUS_PRINTER_DETECTION=1 SAL_USE_VCLPLUGIN=svp
LIBO_LANG=C
LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"$I/program:$I/program":$W/UnpackedTarball/cppunit/src/cppunit/.libs
$W/LinkTarget/Executable/cppunittester
$W/LinkTarget/CppunitTest/libtest_sc_subsequent_filters_test.so
--headless "-env:BRAND_BASE_DIR=file://$S/instdir"
"-env:BRAND_SHARE_SUBDIR=share"
"-env:BRAND_SHARE_RESOURCE_SUBDIR=program/resource"
"-env:UserInstallation=file://$W/CppunitTest/sc_subsequent_filters_test.test.user"
"-env:CONFIGURATION_LAYERS=xcsxcu:file://$I/share/registry
xcsxcu:file://$W/unittest/registry-common
xcsxcu:file://$W/unittest/registry-user-ui"
"-env:UNO_TYPES=file://$I/program/types.rdb
file://$I/program/types/offapi.rdb file://$I/program/types/oovbaapi.rdb"
"-env:UNO_SERVICES=file://$W/Rdb/ure/services.rdb
file://$W/Rdb/services.rdb" -env:URE_BIN_DIR=file://$I/program
-env:URE_INTERNAL_LIB_DIR=file://$I/program
-env:LO_LIB_DIR=file://$I/program
-env:LO_JAVA_DIR=file://$I/program/classes --protector
$W/LinkTarget/Library/unoexceptionprotector.so unoexceptionprotector
--protector $W/LinkTarget/Library/unobootstrapprotector.so
unobootstrapprotector --protector
$W/LinkTarget/Library/libvclbootstrapprotector.so vclbootstrapprotector
-env:arg-env=LD_LIBRARY_PATH"${LD_LIBRARY_PATH+=$LD_LIBRARY_PATH}"
"-env:CPPUNITTESTTARGET=$W/CppunitTest/sc_subsequent_filters_test.test"
) 2>&1
[_RUN_____] testBasicCellContentODS::TestBody
testBasicCellContentODS::TestBody finished in: 209ms
[_RUN_____] testBooleanFormatXLSX::TestBody
testBooleanFormatXLSX::TestBody finished in: 48ms
[_RUN_____] testBorderODS::TestBody
testBorderODS::TestBody finished in: 33ms
[_RUN_____] testBordersOoo33::TestBody
testBordersOoo33::TestBody finished in: 35ms
[_RUN_____] testBrokenQuotesCSV::TestBody
testBrokenQuotesCSV::TestBody finished in: 51ms
[_RUN_____] testBugFixesODS::TestBody
testBugFixesODS::TestBody finished in: 37ms
[_RUN_____] testBugFixesXLS::TestBody
testBugFixesXLS::TestBody finished in: 34ms
[_RUN_____] testBugFixesXLSX::TestBody
testBugFixesXLSX::TestBody finished in: 56ms
[_RUN_____] testCachedFormulaResultsODS::TestBody
testCachedFormulaResultsODS::TestBody finished in: 123ms
[_RUN_____] testCachedMatrixFormulaResultsODS::TestBody
testCachedMatrixFormulaResultsODS::TestBody finished in: 41ms
[_RUN_____] testCeilingFloorXLSX::TestBody
testCeilingFloorXLSX::TestBody finished in: 42ms
[_RUN_____] testCellValueXLSX::TestBody
testCellValueXLSX::TestBody finished in: 65ms
[_RUN_____] testCondFormatBeginsAndEndsWithXLSX::TestBody
testCondFormatBeginsAndEndsWithXLSX::TestBody finished in: 49ms
[_RUN_____] testCondFormatCfvoScaleValueXLSX::TestBody
testCondFormatCfvoScaleValueXLSX::TestBody finished in: 40ms
[_RUN_____] testCondFormatFormulaIsXLSX::TestBody
testCondFormatFormulaIsXLSX::TestBody finished in: 47ms
[_RUN_____] testCondFormatOperatorsSameRangeXLSX::TestBody
testCondFormatOperatorsSameRangeXLSX::TestBody finished in: 38ms
[_RUN_____] testContentDIF::TestBody
testContentDIF::TestBody finished in: 212ms
[_RUN_____] testContentGnumeric::TestBody
Segmentation fault (core dumped)
make[4]: ***
[/home/rene/LibreOffice/git/libreoffice-7-6/solenv/gbuild/CppunitTest.mk:130:
/home/rene/LibreOffice/git/libreoffice-7-6/workdir/CppunitTest/sc_subsequent_filters_test.test]
Error 139
I first assumed that this was due to
https://cgit.freedesktop.org/libreoffice/core/commit/?id=cba8c933d1ff2e31ec55544f46d6fff99e8a5ccd
but even with liborcus 0.19.1 (which includes that one) it fails.
This doesn't fail on master, so I'd assume I miss some other (maybe even
not directly related) patch?
Any idea? Tried to get a bt out of gdb but failed - apparently it
doesn't happen there?!
(at least got
[Inferior 1 (process 4067166) exited with code 01]
(gdb) bt
No stack.
(gdb)
)
Regards,
Rene