[GRASS-dev] v.to.rast crash on Ubuntu with attributes

Hi,

I am teaching right now GRASS at FU Berlin and ran into troubles
on Ubunto with v.to.rast (would be ideal/essential to have it running
by tomorrow morning...):

#North Carolina:
GRASS 6.4.0RC5 (nc_spm_08):~ > v.to.rast in=roadsmajor out=roadsmajor
use=attr col=cat labelcol=ROAD_NAME
Loading data...
Reading features...
100%
Writing raster map...
100%
Segmentation fault

I used it for a rasteriying training areas for SMAP but it also fails
with above operation. On my Mandriva box, where the debugger is
I cannot replicate it.

Anyone in the Debian/Ubuntu community who could try (and fix?)?
There are no debugging symbols and gdb talks about a strcpy
failure but without details.

thanks,
Markus

Hi,

2009/10/13 Markus Neteler <neteler@osgeo.org>:

[...]

Anyone in the Debian/Ubuntu community who could try (and fix?)?
There are no debugging symbols and gdb talks about a strcpy
failure but without details.

try r39510.

Martin

--
Martin Landa <landa.martin gmail.com> * http://gama.fsv.cvut.cz/~landa

On Tue, Oct 13, 2009 at 4:13 PM, Martin Landa <landa.martin@gmail.com> wrote:

Hi,

2009/10/13 Markus Neteler <neteler@osgeo.org>:

[...]

Anyone in the Debian/Ubuntu community who could try (and fix?)?
There are no debugging symbols and gdb talks about a strcpy
failure but without details.

try r39510.

Great, Martin. This works!

To say "thank you" I have update
http://grass.osgeo.org/wiki/Compile_and_Install_Ubuntu
:slight_smile:

cheers
Markus