#1159: v.in.ascii fails with long text file in WinGRASS-6.4.0-1
------------------------+---------------------------------------------------
 Reporter:  lponti      |       Owner:  grass-...@…              
     Type:  defect      |      Status:  new                      
 Priority:  normal      |   Milestone:  6.4.1                    
Component:  Vector      |     Version:  6.4.0                    
 Keywords:  v.in.ascii  |    Platform:  MSWindows 7              
      Cpu:  x86-32      |  
------------------------+---------------------------------------------------

Comment(by hamish):

 The error message in question is from v.in.ascii/in.c,
 {{{
 if (driver) {
     G_message(_("Populating table..."));
     db_commit_transaction(driver);
     if(db_close_database_shutdown_driver(driver) == DB_FAILED)
         G_fatal_error(_("Could not close attribute table. The DBMI driver
 did not accept all attributes"));
 }
 }}}

 db_close_database_shutdown_driver() can be found in
 lib/db/dbmi_client/db.c


 it is not clear from the code which failed, closing the database or
 shutting down the driver. I'll add debug messages to tell that, maybe
 later today.


 Hamish

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

_______________________________________________
grass-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to