Opened 12 years ago

Closed 12 years ago

#85 closed defect (duplicate)

Segmentation fault with GDAL driver

Reported by: joachim.ungar@… 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 Dimitar Misev, 12 years ago

Component: RPMGDAL driver
Owner: set to Dimitar Misev

comment:2 by anonymous, 12 years ago

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

comment:3 by Dimitar Misev, 12 years ago

Resolution: duplicate
Status: newclosed

We have #108 so closing this

Note: See TracTickets for help on using tickets.