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

Intermittent segfault in pypy #2971

Closed
jpivarski opened this issue Jan 19, 2024 · 0 comments · Fixed by #3089
Closed

Intermittent segfault in pypy #2971

jpivarski opened this issue Jan 19, 2024 · 0 comments · Fixed by #3089
Assignees
Labels
bug The problem described is something that must be fixed

Comments

@jpivarski
Copy link
Member

Version of Awkward Array

HEAD

Description and code to reproduce

We now have a test that's tracking it, but that test fails (with the segfault) occasionally, and we eventually need to do something about it.

If we knew that the segfault is only in pypy, then I'm partially inclined to just declare that we don't support pypy. (How important is it? Who uses it?) But, it's not uncommon for a segfault that only occurs on one platform to be an indication of a bug across all platforms, but it "accidentally works" on the others because it lands within C++'s undefined behavior. So as long as we don't know why the segfault occurs, it's more important than just supporting pypy.

@jpivarski jpivarski added the bug The problem described is something that must be fixed label Jan 19, 2024
@ianna ianna self-assigned this Apr 22, 2024
@ianna ianna linked a pull request Apr 22, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug The problem described is something that must be fixed
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants