[GRASS-dev] Re: [GRASS GIS] #746: v.out.ascii with column
parameter: segfault
GRASS GIS
trac at osgeo.org
Thu Sep 10 06:21:56 EDT 2009
#746: v.out.ascii with column parameter: segfault
----------------------+-----------------------------------------------------
Reporter: neteler | Owner: grass-dev at lists.osgeo.org
Type: defect | Status: new
Priority: normal | Milestone: 6.4.0
Component: Vector | Version: 6.4.0 RCs
Resolution: | Keywords:
Platform: Linux | Cpu: x86-64
----------------------+-----------------------------------------------------
Comment (by neteler):
Replying to [comment:4 glynn]:
> Various dbString functions expect the target value to have been
initialised, but "value" is uninitialised. It needs to be initialised
with:
...
>
> {{{
> db_init_string(&value.s);
> }}}
Is attached patch ok?
Markus
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/746#comment:5>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list