Skip to content
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

Fix segmentation fault #62

Merged
merged 12 commits into from
Oct 17, 2023
Merged

Fix segmentation fault #62

merged 12 commits into from
Oct 17, 2023

Conversation

astrofrog
Copy link
Owner

@olebole - I think this fixes the segmentation faults in our code that occurred in #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
Copy link
Owner Author

I think the segfault was actually my fault, now just seeing some regular failures - one is due to numpy/numpy#23110

This occurred when e.g. tx < xmax but tx was close enough to xmax that ix was as if tx == xmax.
@astrofrog astrofrog merged commit 1bcc22f into main Oct 17, 2023
76 checks passed
@astrofrog astrofrog deleted the fix-segfault branch April 16, 2024 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant