[GRASS-dev] Re: [GRASS GIS] #344: TODO: move high priority
incubated modules into main
GRASS GIS
trac at osgeo.org
Wed Dec 17 16:30:24 EST 2008
#344: TODO: move high priority incubated modules into main
----------------------+-----------------------------------------------------
Reporter: hamish | Owner: grass-dev at lists.osgeo.org
Type: task | Status: new
Priority: blocker | Milestone: 6.4.0
Component: default | Version: svn-develbranch6
Resolution: | Keywords:
Platform: All | Cpu: All
----------------------+-----------------------------------------------------
Comment (by martinl):
> In trunk, I get the following error during compile:
>
>
> {{{
> VERSION_NUMBER=7.0.svn
/home/mlennert/SRC/GRASS/grass_trunk/tools/g.html2man/g.html2man.py
/home/mlennert/SRC/GRASS/grass_trunk/dist.i486-pc-linux-
gnu/docs/html/v.out.ascii.html /home/mlennert/SRC/GRASS/grass_trunk/dist.
i486-pc-linux-gnu/man/man1/v.out.ascii.1
> /home/mlennert/SRC/GRASS/grass_trunk/dist.i486-pc-linux-
gnu/docs/html/v.out.ascii.html:90:0: Error ({'args': ()}): <o>
Fixed in r34924.
> In devel6, I can compile, but I get a segmentation fault using NC demo
data and running:
{{{
v.out.ascii in=hospitals out=hospitals.ascii colu=NAME
}}}
strange no segfault here...
> but not with
{{{
v.out.ascii in=hospitals out=hospitals.ascii colu=PHONE
}}}
also OK
{{{
> GRASS 6.4.svn (nc_spm_06):~ > v.db.connect -p hospitals
> Vector map <hospitals at PERMANENT> is connected by:
> layer <1> table <hospitals> in database
</home/mlennert/GRASS/DATA/nc_spm_06/PERMANENT/dbf/> through driver <dbf>
with key <cat>
}}}
same...
{{{
for col in `v.info -c hospitals | awk -F"|" '{print $2}'`; do echo $col;
v.out.ascii in=hospitals out=hospitals_$col colu=$col; done
}}}
everything OK
> gives segfaults with NAME and ADDRESS and "Illegal instruction" with
CITY. The same script on comm_colleges causes seg faults for the columns
ADDRESS1 and "Illegal instruction" on CC_NAME and ADDRESS2.
??
Martin
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/344#comment:16>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list