You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since JuliaPackaging/Yggdrasil#5848, GDAL_jll comes with (Geo)Arrow and (Geo)Parquet support. Loading GeoArrow files seems to work fine, but GeoParquet is only partially working.
Here is a minimal reproducer. The dataset opens fine, we can get the only layer and ask for it's name, but as soon as we try to get the first feature, it crashes Julia with an EXCEPTION_ACCESS_VIOLATION and no further details.
Hmm still segfaults on Windows on Julia 1.11.1, so perhaps this is a Windows only issue.
The Arrow_jll version used for GDAL_jll is quite outdated, we use v10 whilst v18 is out, see also #171.
Unfortunately upgrading to Arrow v18 in JuliaPackaging/Yggdrasil#10018 didn't help, the above example still gives a segfault:
Please submit a bug report with steps to reproduce this fault, and any error messages that follow (in their entirety). Thanks.
Exception: EXCEPTION_ACCESS_VIOLATION at 0x7ffa7f1c4d18 -- _Unwind_Resume at /workspace/srcdir/gcc-13.2.0/libgcc\unwind-seh.c:352
in expression starting at REPL[6]:1
Allocations: 2909 (Pool: 2900; Big: 9); GC: 0
Since JuliaPackaging/Yggdrasil#5848, GDAL_jll comes with (Geo)Arrow and (Geo)Parquet support. Loading GeoArrow files seems to work fine, but GeoParquet is only partially working.
Here is a minimal reproducer. The dataset opens fine, we can get the only layer and ask for it's name, but as soon as we try to get the first feature, it crashes Julia with an
EXCEPTION_ACCESS_VIOLATION
and no further details.The text was updated successfully, but these errors were encountered: