-
Notifications
You must be signed in to change notification settings - Fork 96
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
Debug-printing geometries segfaults #365
Comments
@lnicola Was going to replicate on MacOS. Can you share the input file? |
It happens with every input, like the sample from https://github.com/ngageoint/GeoPackage/blob/master/docs/examples/java/example.gpkg. Tested with the crates.io version, though. |
FWIW, here's what I get from
|
Not really the problem, but calling Line 177 in c7f88b5
|
@lnicola I wonder if this ( |
Still haven't looked into it, but I think we handle layers in a better way, that could serve as inspiration. |
I have Personally, once I converted a couple types, I really liked it (except the paucity of documentation), especially since it explicitly distinguishes owned vs. borrowed types. It's a very principled API. However, there would be several breaking changes. |
Something like:
crashes with:
The text was updated successfully, but these errors were encountered: