[GRASS-dev] [GRASS GIS] #2151: g.gui.* modules which use temporal framework leave processes after exiting
GRASS GIS
trac at osgeo.org
Wed Jan 1 13:46:39 PST 2014
#2151: g.gui.* modules which use temporal framework leave processes after exiting
--------------------------------------------+-------------------------------
Reporter: annakrat | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.0.0
Component: Python | Version: svn-trunk
Keywords: g.gui.animation, temporal, RCP | Platform: Linux
Cpu: All |
--------------------------------------------+-------------------------------
During start, g.gui.animation and g.gui.timeline create 2 subprocesses,
specifically calling tgis.init() does. I suppose these are related to the
RCP server recently implemented. The problem is that these processes are
not finished when the gui module is closed. This is caused by the fact
that g.gui.* modules are called in the background by
[http://trac.osgeo.org/grass/browser/grass/trunk/gui/wxpython/core/utils.py#L1053
GuiModuleMain] function. Is there anything what we can do about it? I
guess it's not a big deal when a user runs the module a few times but for
me it's pretty annoying.
This applies to Linux and probably Mac OSX, too.
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/2151>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list