Opened 12 years ago

Closed 6 years ago

#1511 closed defect (worksforme)

r3.mapcalc error

Reported by: mmetz Owned by: grass-dev@…
Priority: normal Milestone: 7.0.7
Component: Raster3D Version: svn-trunk
Keywords: raster3d, r3.mapcalc Cc: huhabla
CPU: All Platform: Linux

Description

the error occurs with the new temporal gis tutorial, tested on different machines:

r3.mapcalc --o expr="t5ym = (t1ym[0,0,-2] + t1ym[0,0,-1] + t1ym[0,0,0] + t1ym[0,0,1] + t1ym[0,0,2])/5.0"

ERROR: ERROR: Rast3d_get_double_region: error ERROR: Rast3d_get_double_region: Rast3d_get_double_region:in Rast3d_get_tile_ptr
error in Rast3d_get_tile_ptr
 error in Rast3d_get_tile_ptr
WARNING: Unable to flush index
WARNING: Unable to create 3D raster map <t5ym>

Any ideas?

Change History (7)

comment:1 by huhabla, 12 years ago

Cc: huhabla added

Unfortunately i can not reproduce this error and i did not found any memory leak with valgrind on my 64Bit system.

Can you please try r49789. I don't know if i have fixed the error, but at least a more detailed error message will appear.

in reply to:  description ; comment:2 by glynn, 12 years ago

Replying to mmetz:

Any ideas?

Either the map is corrupted, or there's a bug in the raster3d library. Requesting a cell which is outside of the map should just produce a null value. FWIW, I don't think that r49789 will affect this, as Rast3d_nearest_neighbor() already performs bounds checks before calling Rast3d_get_value_region().

in reply to:  2 comment:3 by huhabla, 12 years ago

Replying to glynn:

Replying to mmetz:

Any ideas?

Either the map is corrupted, or there's a bug in the raster3d library. Requesting a cell which is outside of the map should just produce a null value. FWIW, I don't think that r49789 will affect this, as Rast3d_nearest_neighbor() already performs bounds checks before calling Rast3d_get_value_region().

This is true indeed. I have removed the redundant spatial boundary check from Rast3d_nearest_neighbor, as IMHO this should be done in Rast3d_get_value_regions.

Looks like a bug in Rast3d_coord2tile_index() or Rast3d_get_tile_ptr() ....

comment:4 by martinl, 8 years ago

Milestone: 7.0.07.0.5

comment:5 by neteler, 7 years ago

Milestone: 7.0.57.0.6

comment:6 by neteler, 6 years ago

Milestone: 7.0.67.0.7

comment:7 by martinl, 6 years ago

Resolution: worksforme
Status: newclosed

No activity for a long time. Closing. Feel free to reopen if needed.

Note: See TracTickets for help on using tickets.