astrofrog / fast-histogram

:zap: Fast 1D and 2D histogram functions in Python :zap:
BSD 2-Clause "Simplified" License
266 stars 28 forks source link

Fix segmentation fault #62

Closed astrofrog closed 1 year ago

astrofrog commented 1 year ago

@olebole - I think this fixes the segmentation faults in our code that occurred in https://github.com/astrofrog/fast-histogram/issues/60 but I'm now running into segmentation faults in Numpy itself during the computation of the reference values. That will take a bit longer to investigate. These are basically popping up because of new test cases Hypothesis is doing, but I need to figure out what is triggering the segfaults on the Numpy side.

astrofrog commented 1 year ago

I think the segfault was actually my fault, now just seeing some regular failures - one is due to https://github.com/numpy/numpy/issues/23110