geo-data / cesium-terrain-builder

A C++ library and associated command line tools designed to create terrain tiles for use in the Cesium JavaScript library
Other
718 stars 342 forks source link

ctb-tile: Read of file /home/aleksandr/custombuild/share/gdal/gdal_datum.csv failed #34

Closed aleksandrmelnyk closed 8 years ago

aleksandrmelnyk commented 8 years ago

* Error in `ERROR 3: Read of file /home/aleksandr/custombuild/share/gdal/gdal_datum.csv failed. ERROR 3: Read of file /home/aleksandr/custombuild/share/gdal/gdal_datum.csv failed. /home/aleksandr/custombuild/bin/ctb-tile': double free or corruption (out): 0x00007fa3a4053b90 * Aborted (core dumped)

aleksandrmelnyk commented 8 years ago

gdal version: GDAL 2.0.1, released 2015/09/15 os version: ubuntu 15.10

aleksandrmelnyk commented 8 years ago

Actually reading of file /home/aleksandr/custombuild/share/gdal/gdal_datum.csv was permission issue, but ctb-tile throws Segmentation Fault after fixing permissions.

aleksandrmelnyk commented 8 years ago

Actually recompiled gdal dn ctb from scratch and worked fine