Bug#868759: gdal-bin: Segmentation fault with SQLite driver.

2017-07-18 Thread Andy Wood
Package: gdal-bin Version: 2.2.1+dfsg-1 Severity: important Dear Maintainer, Segmentation fault which probably appeared after gdal 2.2.1+dfsg-1 went into buster: $ ogr2ogr -t_srs EPSG:3857 -f "SQLite" -dsco SPATIALITE=YES \ test.sqlite test.xml Segmentation fault $ cat test.xml test.csv

Bug#856472: gdal-bin: SrcDataSource ODBC Segmentation fault

2017-03-01 Thread Andy Wood
Package: gdal-bin Version: 2.1.2+dfsg-3 Severity: important Dear Maintainer, ogrinfo -ro -al test.xml INFO: Open of `test.xml' using driver `OGR_VRT' successful. Segmentation fault The contents of test.xml are: ODBC:UID/PWD@DSN, select s.ring, to_char((lat_deg+(lat_min/60.0)

Bug#837065: gdal-bin: ogr2ogr Segmentation fault

2016-09-08 Thread Andy Wood
Package: gdal-bin Version: 2.1.1+dfsg-1+b1 Severity: grave Justification: renders package unusable Dear Maintainer, On an up-to-date Debian testing system, the following command, which normally just works, now gives a seg fault: ogr2ogr -t_srs EPSG:3857 -f "SQLite" -dsco SPATIALITE=YES \

Bug#817146: gdal-bin: ogr2ogr segfault

2016-03-08 Thread Andy Wood
Package: gdal-bin Version: 2.0.2+dfsg-2 Severity: grave Justification: renders package unusable Dear Maintainer, * What led up to the situation? Running an ogr2ogr command that had been working until the most recent update in testing: ogr2ogr -a_srs WGS84 -f GeoJSON -where "ID=098530" -nln

Bug#785091: spatialite-bin: spatialite gives a Segmentation fault.

2015-05-12 Thread Andy Wood
Package: spatialite-bin Version: 4.1.1-4+b1 Severity: critical Justification: breaks unrelated software Dear Maintainer, * What led up to the situation? Recent testing update. * What exactly did you do (or not do) that was effective (or ineffective)? Simply type the command `spatial

Bug#746566: gdal-bin: ogr2ogr fails to create SQLite db using SPATIALITE=YES

2014-05-01 Thread Andy Wood
Package: gdal-bin Version: 1.10.1+dfsg-5+b1 Severity: normal Dear Maintainer, The following command works and creates rat_boxes.sqlite: ogr2ogr -f "SQLite" rat_boxes.sqlite rat_boxes.xml however the following command will continue indefinitely, aparently doing nothing: ogr2ogr -f "SQ