#548: grass7: v.reclass segfaults on string column
-------------------------+--------------------------------------------------
Reporter: mlennert | Owner: grass-dev@lists.osgeo.org
Type: defect | Status: new
Priority: major | Milestone: 7.0.0
Component: Vector | Version: svn-trunk
Keywords: | Platform: Unspecified
Cpu: Unspecified |
-------------------------+--------------------------------------------------
With today's devel7 trunk, v.reclass segfaults when trying to use a string
column as reclass criterium. Using nc_spm_06 demo data:
v.reclass in=boundary_county out=test_recl column=DOT_GROUP_
segfaults, whereas
v.reclass in=boundary_county out=test_recl2 column=DOT_COUNTY
works as expected (DOT_COUNTY is integer).
In grass65svn, both commands work as expected.
This also obviously makes v.dissolve fail on such columns.
Backtrace attached.
Moritz
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/548>
GRASS GIS <http://grass.osgeo.org>