Opened 13 years ago
Closed 13 years ago
#85 closed defect (duplicate)
Segmentation fault with GDAL driver
Reported by: | Owned by: | Dimitar Misev | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | gdal driver | Version: | 8.2 |
Keywords: | GDAL driver | Cc: | |
Complexity: | Medium |
Description
Hi, it seems there is another bug in the rasdaman/GDAL driver.
When calling:
gdalinfo "rasdaman: host='xxx' user='xxx' password='xxx' query='select a[\$x_lo:\$x_hi,\$y_lo:\$y_hi] from urn_eop_NSG_080706P600310035L0000S4 as a'"
I get:
[…]
Breakpoint 1, getExtent (queryString=0x634c18 "select sdom(a[*:*,0:0]) from urn_eop_NSG_080706P600310035L0000S4 as a", pos=@0x631850) at rasdamandataset.cpp:363
[…]
363 if (result_set.get_element_type_schema()→type_id() == r_Type::MINTERVALTYPE) {
364 r_Iterator<r_Ref_Any> iter = result_set.create_iterator();
365 r_Ref<r_Minterval> interv = r_Ref<r_Minterval>(*iter);
366 r_Point extent = interv→get_extent();
367 int dim = extent.dimension();
[…]
Furthermore, I didn't know on which component I have to assign this ticket to. I chose RPM, though it may not be right…
I used rasdaman (8.2.1) and GDAL (1.8.1) RPMs from packages.eox.at.
Cheers, Joachim
Change History (3)
comment:1 by , 13 years ago
Component: | RPM → GDAL driver |
---|---|
Owner: | set to |
comment:2 by , 13 years ago
comment:3 by , 13 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
We have #108 so closing this
Sorry, the collection seems to be empty. I must have overseen the error during the import process. But it's still a segmentation fault…
Cheers, Joachim