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

TST: periodic segfault in test suite on windows-latest #213

Open
brendan-ward opened this issue Jan 20, 2023 · 4 comments
Open

TST: periodic segfault in test suite on windows-latest #213

brendan-ward opened this issue Jan 20, 2023 · 4 comments

Comments

@brendan-ward
Copy link
Member

This may be a non-issue, but tagging so we can keep an eye on it:
https://github.com/geopandas/pyogrio/actions/runs/3970511768/jobs/6807152242

Has happened 2x intermittently in the last 2 days.

@jorisvandenbossche
Copy link
Member

So it's not a specific test that crashes (they all passed), but it segfaults at exit (clean-up of the python process). Did you see this happen before as well, or only the last two days? Because then wondering if it is related to #209

@brendan-ward
Copy link
Member Author

I don't recall seeing it previously, but because it is intermittent and resolves when I run the failed job again on CI, it is hard to relate it back to a specific changeset. I also don't have a Windows machine to test on.

The only thing I can think of from #209 that would contribute is if we are calling OGR_F_Destroy on a NULL pointer, but that is specifically checked in all cases.

Just something for us to keep an eye on.

@brendan-ward
Copy link
Member Author

@jorisvandenbossche
Copy link
Member

This is happening regularly now on multiple of the Windows wheel test builds, not just the Python 3.8 one ..

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

No branches or pull requests

2 participants