Le mardi 27 août 2013 11:19:57, Pavel Iacovlev a écrit : > Hello, > > I get a segmentation fault when I try to access data from an ArcGIS > Rest service: > OS: Ubuntu 12.04 > GDAL: GDAL 1.9.2, released 2012/10/08 > GDB: > Starting program: /usr/bin/gdalinfo > "http://geoportal.ancpi.ro/cachegis/rest/services/ImobileStereoPublic/MapSe > rver?f=json&pretty=true" [Thread debugging using libthread_db enabled] > Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". > Program received signal SIGSEGV, Segmentation fault. > 0x00007ffff73d4c50 in std::vector<std::string, > std::allocator<std::string> >::~vector() () from /usr/lib/libgdal.so.1
I don't reproduce the crash with 1.9.2 on the older Ubuntu 10.04 > > I tried on a different machine where I have a newer GDAL, here it's > just a unsupported format error > OS: Ubuntu 10.04 > GDAL: GDAL 1.10.0, released 2013/04/24 > ERROR 4: `/vsimem/http_1/file.dat' not recognised as a supported file > format. ERROR 4: `/tmp/file.dat' not recognised as a supported file > format. gdalinfo failed - unable to open > 'http://geoportal.ancpi.ro/cachegis/rest/services/ImobileStereoPublic/MapSe > rver?f=json&pretty=true'. > > Any ideas whats wrong ? Nothing. It is just that this ressource is a ArcGIS raster map, and this is not supported currently. Only vector JSON is supported through ogrinfo. > > Best Regards > Iacovlev Pavel > _______________________________________________ > gdal-dev mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/gdal-dev -- Geospatial professional services http://even.rouault.free.fr/services.html _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
