Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Segmentation violation when using --profile mercator on tumgis/ctb-quantized-mesh #22

Open
bertt opened this issue Aug 9, 2023 · 1 comment
Labels
help type: bug Something isn't working.

Comments

@bertt
Copy link

bertt commented Aug 9, 2023

Hi,

I noticed the --profile mercator option gives an segmentation violation on Docker image tumgis/ctb-quantized-mesh but not on tumgis/ctb-quantized-mesh:alpine.

Sample on tumgis/ctb-quantized-mesh:

$ ctb-tile -v -f Mesh --profile mercator -C -N -e 0 -s 10 -o tiles test.tif
Segmentation fault

Any idea why this function works on tumgis/ctb-quantized-mesh:alpine but not on tumgis/ctb-quantized-mesh ?

I prefer to use tumgis/ctb-quantized-mesh instead of tumgis/ctb-quantized-mesh:alpine (because other tooling on that Docker image)

@BWibo BWibo added help type: bug Something isn't working. type: discussion Questions, proposals and info that requires discussion. and removed type: discussion Questions, proposals and info that requires discussion. labels Aug 9, 2023
@BWibo
Copy link
Member

BWibo commented Aug 9, 2023

Hey there,

as shown here, the Alpine image runs on GDAL v3, the Debian image on GDAL v2. I assume that this causes the difference.

If somebody manages to get the Debian image built with GDAL v3, that would be great. I'm happy for PRs to resolve this. Sadly, I don't have time to fix this on my own.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
help type: bug Something isn't working.
Projects
None yet
Development

No branches or pull requests

2 participants