geopandas / pyogrio

Vectorized vector I/O using OGR
https://pyogrio.readthedocs.io
MIT License
258 stars 22 forks source link

TST: periodic segfault in Conda tests on MacOS when reading with use_arrow=True #385

Closed brendan-ward closed 19 hours ago

brendan-ward commented 2 months ago

Triggered so far when reading GPK with use_arrow=True and other parameters that read a subset of features:

Appears to be most common for Python 3.11 but has also occurred recently for 3.10 and 3.12. Typically occurs on first run after pushing changes, but resolves when manually triggering rerun of those actions (which may leverage caching).

brendan-ward commented 19 hours ago

Closing; haven't seen segfaults in a bit.