[GRASS-dev] [GRASS GIS] #2151: g.gui.* modules which use temporal framework leave processes after exiting
GRASS GIS
trac at osgeo.org
Thu Jan 2 20:25:50 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 |
--------------------------------------------+-------------------------------
Comment(by annakrat):
Replying to [comment:8 huhabla]:
> The patch is not applied yet, since it does not solve the issue that the
child process is still alive. Maybe an explicit os.exit() should be added
to g.gui.timeline? How about an exit button?
os.exit would close the whole wxGUI when the timeline tool is called from
the wxGUI. Exit button would not solve anything, it just does the same as
the standard x close button or Alt+F4. I tried it to be sure and there is
no difference. I think you can commit your changes, it's improvement.
Could the problem come from the matplotlib? Maybe I am using it in an
incorrect way.
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/2151#comment:9>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list