[GRASSLIST:4033] Re: CELL Driver won't start (5.0.0pre3)

Glynn Clements glynn.clements at virgin.net
Fri Jul 5 04:15:54 EDT 2002


cheg01 at attbi.com wrote:

> I'm trying to use the CELL driver to save d.his images. I set the
> environment variables for GRASS_HEIGHT=4000 and GRASS_WIDTH=6000. When I
> run "d.mon start=CELL" I get the following error:
> 
> Segmentation Fault - core dumped
> No socket to connect to for monitor <CELL>.
> Problem delecting CELL. Will try once more
> No socket to connect to for monitor <CELL>.

It's a bug in the CELL driver. If you have the source, delete the
following lines from src/display/devices/CELL/Graph_Set.c and
re-compile:

    strcpy (buf, p);
    strcat (buf, FILE_NAME);
    Filename = G_store (buf);

Alternatively, you could use the PNG driver then import the resulting
image with r.in.png.

-- 
Glynn Clements <glynn.clements at virgin.net>



More information about the grass-user mailing list