You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my environment, the above code results in a segmentation fault:
python: Relink `/usr/local/lib/python3.6/site-packages/pyarrow/libarrow.so.17' with `/lib/x86_64-linux-gnu/librt.so.1' for IFUNC symbol `clock_gettime'
Segmentation fault (core dumped)
You can replace _hashlib with any libraries that internally depend on hashlib, including itself.
Removing any of the first two imports would resolve the error.
The version of PyArrow isn't clear at the description, but I think it's not the latest 3.0.0, which is currently fixed for PFIO 1.1.0. Do you have any chance to try reproduction with PFIO 1.1.0? @niboshi
In my environment, the above code results in a segmentation fault:
_hashlib
with any libraries that internally depend onhashlib
, including itself.Some environment info:
The text was updated successfully, but these errors were encountered: