[GRASS5] nviz segfault with grass5.7.0
Glynn Clements
glynn at gclements.plus.com
Sun Nov 7 13:05:33 EST 2004
Soeren Gebbert wrote:
> I have used the gdb and now i'm more confused than befor:
>
> I tried to visualize this map:
>
> | Type of Map: raster Number of Categories: 255
> | Data Type: FCELL
> | Rows: 1579
> | Columns: 2257
> | Total Cells: 3563803
> | Projection: UTM (zone 29)
> | N: 4121508.96 S: 4118161.48 Res: 2.12
> | E: 558204.48 W: 553419.64 Res: 2.12
> | Range of data: min = 13.817110 max = 196.461456
> |
> | Data Source:
> | vector file Elevation
>
> I get this error:
> Program received signal SIGSEGV, Segmentation fault.
> [Switching to Thread 182923337952 (LWP 17399)]
> 0x0000002a96640f33 in G_zero_raster_buf (rast=0xffffffff99a3f010,
> data_type=4) at zero_cell.c:34
The data_type parameter should be one of 0, 1 or 2 (CELL_TYPE,
FCELL_TYPE or DCELL_TYPE respectively). You need to obtain a backtrace
and determine how G_zero_raster_buf() comes to be called with
data_type equal to 4.
--
Glynn Clements <glynn at gclements.plus.com>
More information about the grass-dev
mailing list