[GRASS-dev] Re: [GRASS GIS] #1020: Display of vector maps fails

GRASS GIS trac at osgeo.org
Sun May 30 06:30:00 EDT 2010


#1020: Display of vector maps fails
--------------------------+-------------------------------------------------
  Reporter:  MilenaN      |       Owner:  grass-dev at lists.osgeo.org
      Type:  defect       |      Status:  new                      
  Priority:  blocker      |   Milestone:  6.4.0                    
 Component:  wxGUI        |     Version:  6.4.0 RCs                
Resolution:               |    Keywords:  wingrass                 
  Platform:  MSWindows 7  |         Cpu:  x86-64                   
--------------------------+-------------------------------------------------
Comment (by martinl):

 Replying to [ticket:1020 MilenaN]:
 > GRASS freezes when trying to open a vector map. Both Apply and OK
 buttons has been tested.
 > Raster maps can be opened with no problem.

 I have similar problem on MS Windows 2008.

 Running GRASS locally from MSYS works, i.e. I can display a vector map.

 {{{
 landa at GEO1 /osgeo4w/usr/src/grass64_release
 $ ./bin.i686-pc-mingw32/grass64 -wx
 }}}

 Running installed version, GRASS freezes when displaying a vector map.
 Reason is {{{db.describe}}} command which is launched on the background.

 {{{
 GUI D1/1: gcmd.Command(): db.describe -c --q table=archsites driver=dbf
 database=C:\Users\landa\grass data/spearfish60/PERMANENT/dbf/
 UPOZORNÌNÍ: Nelze spustit pøíkaz
 }}}

 When running manually from MSYS

 {{{
 GRASS 6.4> db.describe -c --q table=archsites driver=dbf
 database="C:\Users\landa\grass data/spearfish60/PERMANENT/dbf/"
 Bad file descriptor: Files
 }}}

 The same command works when running the command from OSGeo MSYS

 {{{
 db.describe -c --q table=archsites driver=dbf
 database="C:\Users\landa\grass data/spearfish60/PERMANENT/dbf/"
 ncols: 2
 nrows: 25
 Column 1: cat:INTEGER:11
 Column 2: str1:CHARACTER:30
 }}}

 Any pointers?

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


More information about the grass-dev mailing list