-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash with h5py3.0rc1 on macos #92
Comments
I suspect a bad build. This is what I find on actual MacOS El Capitan: Symbol not found: ____chkstk_darwin
|
|
Yes with your wheel I get the same error as you had. Trying to build everything on an old Mac. |
Still crashing with the same error with HDF5 and h5py built on the same mac. |
Similar issue on |
Related question on HDF5 forum: https://forum.hdfgroup.org/t/issue-with-compression-filters-and-hdf5-1-12-0-on-macos/7640 |
It works when building current |
Related PR on hdf5-blosc: Blosc/hdf5-blosc#21 |
Using |
Does it need to replace all the malloc and free? |
Discussion is going on here: https://forum.hdfgroup.org/t/issue-with-compression-filters-and-hdf5-1-12-0-on-macos/7640 |
I can confirm the problem disappears setting configure flags. Not an hdf5plugin issue. |
Tested on macos with python3.7, h5py and hdf5plugin installed from wheels.
Some filters crash with h5py 3.0rc1:
LZ4
andFciDecomp
works for fine under same conditions.I cannot reproduce the same with a python3.8 virtualenv on ubuntu20.04.
The text was updated successfully, but these errors were encountered: