v.digit in Grass5.0b

Jacques Bouchard bouchard at onera.fr
Mon Mar 29 08:59:31 EST 1999


Michael Schulz wrote:
 
> We are trying the new GRASS5 on one seperate machine, with Debian 2.0
> installed. When trying to use the new v.digspline, we get a segmentation
> fault after trying to draw a backdrop cell map.
> 
> I now not sure whether this is a debian-specific problem (but we use the
> original xterm) or a real bug. Wasn't there a similar problem with xgrass
> ?
> 
> Anybody experienced the same, or hints to solve the problems?
> Thanks, Michael

I had a look at that problem and found an error in

grass5.0beta/src/libes/display/raster2.c

which may be corrected in the following way:

diff raster2.c.orig raster2.c
378c378
<     D_raster (raster, ncols, nrows, colors);
---
>     D_c_raster (raster, ncols, nrows, colors);

Jacques Bouchard



More information about the grass-user mailing list