[GRASS-dev] [GRASS GIS] #1010: WxGUI d.vect/rast modules stuck in running state with d.mon

#1010: WxGUI d.vect/rast modules stuck in running state with d.mon
--------------------------+-------------------------------------------------
Reporter: marisn | Owner: grass-dev@lists.osgeo.org
     Type: defect | Status: new
Priority: normal | Milestone: 6.4.0
Component: wxGUI | Version: svn-releasebranch64
Keywords: wxgui, d.mon | Platform: Linux
      Cpu: x86-64 |
--------------------------+-------------------------------------------------
Start monitor (d.mon x0); Launch d.rast module (with new wx based UI).
Choose raster to display. Press "RUN". No output in "command output" tab
and module doesn't stop running (only "STOP" button is active). Still
module has done it's job - there is content in monitor. Only way how to
close this window is by window close button, as "STOP" button emits only
errors:

{{{
GRASS 6.4.0svn (personal_spearfish_60):~/soft/grass_64 > d.mon x0
using default visual which is TrueColor
ncolors: 16777216
Graphics driver [x0] started
GRASS 6.4.0svn (personal_spearfish_60):~/soft/grass_64 > d.vect
Traceback (most recent call last):
   File "/home/maris/soft/grass_64/dist.x86_64-unknown-linux-
gnu/etc/wxpython/gui_modules/goutput.py", line 486, in OnCmdAbort
     self.cmdThread.abort()
   File "/home/maris/soft/grass_64/dist.x86_64-unknown-linux-
gnu/etc/wxpython/gui_modules/goutput.py", line 108, in abort
     self.requestCmd.abort()
AttributeError: 'CmdThread' object has no attribute 'requestCmd'
}}}

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1010&gt;
GRASS GIS <http://grass.osgeo.org>

#1010: WxGUI d.vect/rast modules stuck in running state with d.mon
---------------------+------------------------------------------------------
  Reporter: marisn | Owner: martinl
      Type: defect | Status: assigned
  Priority: normal | Milestone: 6.4.0
Component: wxGUI | Version: svn-releasebranch64
Resolution: | Keywords: d.mon
  Platform: Linux | Cpu: x86-64
---------------------+------------------------------------------------------
Changes (by martinl):

* cc: grass-dev@lists.osgeo.org (added)
  * keywords: wxgui, d.mon => d.mon
  * status: new => assigned
  * owner: grass-dev@lists.osgeo.org => martinl

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1010#comment:1&gt;
GRASS GIS <http://grass.osgeo.org>

#1010: WxGUI d.vect/rast modules stuck in running state with d.mon
------------------------+---------------------------------------------------
  Reporter: marisn | Owner: martinl
      Type: defect | Status: closed
  Priority: normal | Milestone: 6.4.0
Component: wxGUI | Version: svn-releasebranch64
Resolution: duplicate | Keywords: d.mon
  Platform: Linux | Cpu: x86-64
------------------------+---------------------------------------------------
Changes (by hamish):

  * status: assigned => closed
  * resolution: => duplicate

Comment:

dupe of #928, but interesting a builtin C module from the command libe
triggers it. (I can reproduce)

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/1010#comment:2&gt;
GRASS GIS <http://grass.osgeo.org>