[GRASS-dev] Re: [GRASS GIS] #718: r.li forgets mask/illegal filename
GRASS GIS
trac at osgeo.org
Fri Dec 23 16:15:34 EST 2011
#718: r.li forgets mask/illegal filename
-----------------------+----------------------------------------------------
Reporter: kyngchaos | Owner: grass-dev@…
Type: defect | Status: new
Priority: major | Milestone: 6.4.3
Component: Raster | Version: 6.4.2 RCs
Keywords: r.li, smp | Platform: All
Cpu: All |
-----------------------+----------------------------------------------------
Comment(by neteler):
Thanks for the substantial changes.
On Fedora 16/64bit, I face the strange problem what the workers do not
fork:
{{{
GRASS 6.4.2svn (nc_spm_08):~/grass64 > g.region rast=lsat7_2002_40 -p
projection: 99 (Lambert Conformal Conic)
zone: 0
datum: nad83
ellipsoid: a=6378137 es=0.006694380022900787
north: 228513
south: 214975.5
west: 629992.5
east: 645012
nsres: 28.5
ewres: 28.5
rows: 475
cols: 527
cells: 250325
GRASS 6.4.2svn (nc_spm_08):~/grass64 > time -p r.li.shannon
map=lsat7_2002_40 conf=landsat_test out=landsat_shan
real 0.08
user 0.06
sys 0.01
}}}
In GRASS 7 the same:
{{{
GRASS 7.0.svn (nc_spm_08):~/grass70 > time -p r.li.shannon
in=lsat7_2002_40 conf=landsat_test out=landsat_shan
real 0.04
user 0.00
sys 0.00
GRASS 7.0.svn (nc_spm_08):~/grass70 > uname -a
Linux north.localdomain 3.1.5-6.fc16.x86_64 #1 SMP Thu Dec 15 16:14:44 UTC
2011 x86_64 x86_64 x86_64 GNU/Linux
}}}
I tried with "ddd" and found in daemon.c, line 85, "parsed" is '\001',
hence the
rest fails.
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/718#comment:27>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list