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

GRASS GIS trac at osgeo.org
Wed Jun 23 10:04:41 EDT 2010


#1020: Display of vector maps fails
------------------------------------------+---------------------------------
 Reporter:  MilenaN                       |       Owner:  grass-dev@…              
     Type:  defect                        |      Status:  new                      
 Priority:  blocker                       |   Milestone:  6.4.0                    
Component:  Database                      |     Version:  6.4.0 RCs                
 Keywords:  wingrass, db.describe, wxGUI  |    Platform:  MSWindows 7              
      Cpu:  x86-64                        |  
------------------------------------------+---------------------------------

Comment(by martinl):

 Replying to [comment:13 glynn]:
 > Replying to [comment:11 martinl]:
 >
 > > Couldn't we use simply G_spawn() or G_spawn_ex()?
 >
 > Assuming that the current G_spawn_ex() works reliably on Windows, it can
 be used. Earlier versions didn't support redirection of stdin/stdout on
 Windows.
 >
 > The new version made it into RC6, so I'm assuming that it's basically
 okay.

 my wild guess

 {{{
      G_debug(2, "dbmi_client/start startup: [%s]", startup);
 -    pid = _spawnl(_P_NOWAIT, startup, startup, NULL);
 +    pid = G_spawn_ex(startup, startup, NULL);
 }}}

 fails. Any hits how to fix this blocker issue.

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



More information about the grass-dev mailing list