[MacPorts] #67900: pyarrow Segmentation Fault on Import
MacPorts
noreply at macports.org
Thu Aug 3 12:04:57 UTC 2023
#67900: pyarrow Segmentation Fault on Import
-----------------------+--------------------------
Reporter: essandess | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Keywords: | Port: apache-arrow
-----------------------+--------------------------
The ports {{{py*-pyarrow}}} create a segfault on import. This happens on
both {{{arm64}}} and {{{x86_64}}} boxes, installed from prebuilt or built
from source, using either the current MacPorts version and the latest
available version from https://github.com/macports/macports-
ports/pull/19664.
{{{
$ port installed py310-pyarrow
The following ports are currently installed:
py310-pyarrow @12.0.0_3 (active)
$ PYTHONFAULTHANDLER=1 python3.10 -c 'import pyarrow'
Fatal Python error: Segmentation fault
Current thread 0x00007ff84d123700 (most recent call first):
File "<frozen importlib._bootstrap>", line 241 in
_call_with_frames_removed
File "<frozen importlib._bootstrap_external>", line 1176 in
create_module
File "<frozen importlib._bootstrap>", line 571 in module_from_spec
File "<frozen importlib._bootstrap>", line 674 in _load_unlocked
File "<frozen importlib._bootstrap>", line 1006 in
_find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 1027 in _find_and_load
File
"/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10
/site-packages/pyarrow/__init__.py", line 65 in <module>
File "<frozen importlib._bootstrap>", line 241 in
_call_with_frames_removed
File "<frozen importlib._bootstrap_external>", line 883 in exec_module
File "<frozen importlib._bootstrap>", line 688 in _load_unlocked
File "<frozen importlib._bootstrap>", line 1006 in
_find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 1027 in _find_and_load
File "<string>", line 1 in <module>
Segmentation fault: 11
}}}
--
Ticket URL: <https://trac.macports.org/ticket/67900>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list