[GRASSLIST:6595] Re: v.to.rast: Segmentation fault
Hamish
hamish_nospam at yahoo.com
Thu Apr 21 19:57:40 EDT 2005
> Running Cygwin/Grass60, I created a vector using v.in.ascii (just a
> single point representing a tower where some instrumentation is
> mounted), and attempted to v.to.rast input= output= use=val value=1,
> but this generated a Segmentation Fault...Core dump. Presumably, I
> want to convert the vector to a raster so I can buffer and patch it
> with a landcover map. It seems like the most recent posts relating
> to this problem refer to Grass5.0 and older.
try running with debugging turned on:
g.gisenv set="DEBUG=5"
v.in.ascii
...
g.gisenv set="DEBUG=0" # turn back off
post results, maybe some hints in there.
Hamish
More information about the grass-user
mailing list