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/MapServer?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 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/MapServer?f=json&pretty=true'. Any ideas whats wrong ? Best Regards Iacovlev Pavel _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
