Opened 13 years ago
Closed 10 years ago
#108 closed defect (fixed)
Segmentation fault when accessing a non-existent collection via GDAL
Reported by: | Owned by: | Stephan Meissl | |
---|---|---|---|
Priority: | minor | Milestone: | 9.0.x |
Component: | gdal driver | Version: | 8.2 |
Keywords: | Cc: | ||
Complexity: | Very Hard |
Description
after creating a collection
rasql -q "create collection test RGBSet" --user rasadmin --passwd xxx
gdalinfo produces a segmentation fault if the collection is empty
gdalinfo "rasdaman: host='host' user='rasadmin' password='xxx' query='select a[\$x_lo:\$x_hi,\$y_lo:\$y_hi] from test as a'"
Change History (3)
comment:1 by , 12 years ago
Milestone: | → 9.0 |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:2 by , 10 years ago
Complexity: | → Very Hard |
---|
Most likely outdated by now and should be closed?
comment:3 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
looks like a problem with the GDAL driver.