amoeba commented on issue #44386:
URL: https://github.com/apache/arrow/issues/44386#issuecomment-2408656941
Here's what I get with PYTHONFAULTHANDLER=1:
```
##########################################################
C Data Interface: C++ exporting, Java importing
##########################################################
WARNING: Unknown module: org.apache.arrow.memory.core specified to
--add-opens
Fatal Python error: Segmentation fault
Current thread 0x000000010a578600 (most recent call first):
File
"/private/var/folders/t5/14gs56bj7djcylkj26c908n40000gn/T/arrow-HEAD.XXXXX.FsfNaVDF/mambaforge/envs/conda-source/lib/python3.13/site-packages/jpype/_jclass.py",
line 147 in _jclassPost
File
"/private/var/folders/t5/14gs56bj7djcylkj26c908n40000gn/T/arrow-HEAD.XXXXX.FsfNaVDF/mambaforge/envs/conda-source/lib/python3.13/site-packages/jpype/_jclass.py",
line 99 in __new__
File
"/private/var/folders/t5/14gs56bj7djcylkj26c908n40000gn/T/arrow-HEAD.XXXXX.FsfNaVDF/mambaforge/envs/conda-source/lib/python3.13/site-packages/jpype/_core.py",
line 275 in initializeResources
File
"/private/var/folders/t5/14gs56bj7djcylkj26c908n40000gn/T/arrow-HEAD.XXXXX.FsfNaVDF/mambaforge/envs/conda-source/lib/python3.13/site-packages/jpype/_core.py",
line 250 in startJVM
File
"/Users/runner/work/crossbow/crossbow/arrow/dev/archery/archery/integration/tester_java.py",
line 92 in setup_jpype
File
"/Users/runner/work/crossbow/crossbow/arrow/dev/archery/archery/integration/tester_java.py",
line 108 in __init__
File
"/Users/runner/work/crossbow/crossbow/arrow/dev/archery/archery/integration/tester_java.py",
line 356 in make_c_data_importer
File
"/Users/runner/work/crossbow/crossbow/arrow/dev/archery/archery/integration/runner.py",
line 427 in _compare_c_data_implementations
File
"/Users/runner/work/crossbow/crossbow/arrow/dev/archery/archery/integration/runner.py",
line 130 in run_c_data
File
"/Users/runner/work/crossbow/crossbow/arrow/dev/archery/archery/integration/runner.py",
line 658 in run_all_tests
File
"/Users/runner/work/crossbow/crossbow/arrow/dev/archery/archery/cli.py", line
810 in integration
File
"/private/var/folders/t5/14gs56bj7djcylkj26c908n40000gn/T/arrow-HEAD.XXXXX.FsfNaVDF/mambaforge/envs/conda-source/lib/python3.13/site-packages/click/core.py",
line 783 in invoke
File
"/private/var/folders/t5/14gs56bj7djcylkj26c908n40000gn/T/arrow-HEAD.XXXXX.FsfNaVDF/mambaforge/envs/conda-source/lib/python3.13/site-packages/click/core.py",
line 1434 in invoke
File
"/private/var/folders/t5/14gs56bj7djcylkj26c908n40000gn/T/arrow-HEAD.XXXXX.FsfNaVDF/mambaforge/envs/conda-source/lib/python3.13/site-packages/click/core.py",
line 1688 in invoke
File
"/private/var/folders/t5/14gs56bj7djcylkj26c908n40000gn/T/arrow-HEAD.XXXXX.FsfNaVDF/mambaforge/envs/conda-source/lib/python3.13/site-packages/click/core.py",
line 1078 in main
File
"/private/var/folders/t5/14gs56bj7djcylkj26c908n40000gn/T/arrow-HEAD.XXXXX.FsfNaVDF/mambaforge/envs/conda-source/lib/python3.13/site-packages/click/core.py",
line 1157 in __call__
File
"/private/var/folders/t5/14gs56bj7djcylkj26c908n40000gn/T/arrow-HEAD.XXXXX.FsfNaVDF/mambaforge/envs/conda-source/bin/archery",
line 8 in <module>
Extension modules: numpy._core._multiarray_umath,
numpy.linalg._umath_linalg, numpy.random._common, numpy.random.bit_generator,
numpy.random._bounded_integers, numpy.random._mt19937, numpy.random.mtrand,
numpy.random._philox, numpy.random._pcg64, numpy.random._sfc64,
numpy.random._generator, _cffi_backend, _jpype (total: 13)
arrow/dev/release/verify-release-candidate.sh: line 985: 34642 Segmentation
fault: 11 LD_LIBRARY_PATH=$ARROW_CPP_EXE_PATH:$LD_LIBRARY_PATH archery
integration --run-ipc --run-flight --run-c-data
--with-cpp=${TEST_INTEGRATION_CPP} --with-java=${TEST_INTEGRATION_JAVA}
--with-js=${TEST_INTEGRATION_JS} --with-go=${TEST_INTEGRATION_GO}
$INTEGRATION_TEST_ARGS
Failed to verify release candidate. See
/var/folders/t5/14gs56bj7djcylkj26c908n40000gn/T/arrow-HEAD.XXXXX.FsfNaVDF for
details.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]