[GRASS-dev] [GRASS GIS] #3902: g.extension problem: multiple entries, slowing down GRASS startup
GRASS GIS
trac at osgeo.org
Thu Sep 5 09:45:37 PDT 2019
#3902: g.extension problem: multiple entries, slowing down GRASS startup
-------------------------+-------------------------
Reporter: neteler | Owner: grass-dev@…
Type: defect | Status: new
Priority: critical | Milestone: 7.8.0
Component: Python | Version: unspecified
Keywords: g.extension | CPU: Unspecified
Platform: Unspecified |
-------------------------+-------------------------
Apparently something went wrong in the latest updates to g.extension:
{{{
GRASS 7.8.dev (nc_spm_08):~ > g.extension -a | sort
List of installed extensions (modules):
i.pysptools.unmix
i.pysptools.unmix
i.pysptools.unmix
i.pysptools.unmix
i.pysptools.unmix
i.pysptools.unmix
i.pysptools.unmix
i.pysptools.unmix
i.pysptools.unmix
i.pysptools.unmix
i.sentinel
i.sentinel.download
i.sentinel.download
i.sentinel.download
i.sentinel.import
i.sentinel.import
i.sentinel.import
i.sentinel.mask
i.sentinel.mask
i.sentinel.mask
i.sentinel.preproc
i.sentinel.preproc
i.sentinel.preproc
...
}}}
Somehow, there is a undesired loop.
Since the list of local extensions is scanned at startup time, it is now
REALLY slow when you have a number of extensions installed.
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3902>
GRASS GIS <https://grass.osgeo.org>
More information about the grass-dev
mailing list