[GRASS-dev] [GRASS GIS] #1662: Caching bug in 3D raster library with large data

GRASS GIS trac at osgeo.org
Mon Sep 2 16:48:07 PDT 2013


#1662: Caching bug in 3D raster library with large data
-------------------------------------+--------------------------------------
 Reporter:  huhabla                  |       Owner:  grass-dev@…              
     Type:  defect                   |      Status:  new                      
 Priority:  critical                 |   Milestone:  7.0.0                    
Component:  Raster3D                 |     Version:  svn-trunk                
 Keywords:  3D raster, tiles, cache  |    Platform:  Linux                    
      Cpu:  x86-32                   |  
-------------------------------------+--------------------------------------

Comment(by hamish):

 lib/raster3D/
 >
 {{{
 index.c:    long indexLast;
 index.c:    indexLast = lseek(map->data_fd, (long)0, SEEK_END);
 }}}
 >

 for the record:

 {{{
 NAME
        lseek - reposition read/write file offset

 SYNOPSIS
        #include <sys/types.h>
        #include <unistd.h>

        off_t lseek(int fd, off_t offset, int whence);
 }}}

-- 
Ticket URL: <https://trac.osgeo.org/grass/ticket/1662#comment:9>
GRASS GIS <http://grass.osgeo.org>



More information about the grass-dev mailing list