[GRASS-dev] Re: [GRASS GIS] #1158: g.mremove fails when used with wildcard in WinGRASS-6.4.0-1

GRASS GIS trac at osgeo.org
Thu Oct 28 21:29:58 EDT 2010


#1158: g.mremove fails when used with wildcard in WinGRASS-6.4.0-1
----------------------------------+-----------------------------------------
 Reporter:  lponti                |       Owner:  grass-dev@…              
     Type:  defect                |      Status:  new                      
 Priority:  major                 |   Milestone:  6.4.1                    
Component:  Vector                |     Version:  6.4.0                    
 Keywords:  g.mremove, wildcards  |    Platform:  MSWindows 7              
      Cpu:  x86-32                |  
----------------------------------+-----------------------------------------

Comment(by glynn):

 Replying to [comment:13 hellik]:

 > > I don't think that anything is going to happen on this until someone
 fires up a debugger and confirms or refutes that.

 Setting DEBUG= won't be enough. Someone will need to use gdb to track
 what's actually going on. I.e. when the hist file is opened, and when it
 gets closed. Setting breakpoints on open() and fclose() (not a typo; the
 hist file is opened with G_fopen_*, which use open()+fdopen(), but closed
 with fclose()).

-- 
Ticket URL: <http://trac.osgeo.org/grass/ticket/1158#comment:14>
GRASS GIS <http://grass.osgeo.org>



More information about the grass-dev mailing list