Opened 9 years ago
Closed 6 years ago
#1256 closed defect (fixed)
Decode operation crashes server when the file contains 0 bands
Reported by: | Alex Dumitru | Owned by: | bbell |
---|---|---|---|
Priority: | minor | Milestone: | 10.0 |
Component: | qlparser | Version: | development |
Keywords: | Cc: | ||
Complexity: | Medium |
Description
It seems the decode operation is causing the server to crash for the attached file. The problem with it is that it has 0 bands in GDAL so it cannot be used as such by the rasdaman engine.
Two ways forward:
- We throw a proper exception, e.g. The provided dataset has an invalid type
- We delegate to the inv_hdf function
Attachments (1)
Change History (4)
by , 9 years ago
comment:1 by , 8 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 8 years ago
Owner: | changed from | to
---|
comment:3 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
An exception like this is being thrown with the latest rasdaman: